Color Hex Logo

#a85034 Color Hex

#A85034
(168,80,52)
0 Favorites   0 Comments

Color spaces of #a85034

RGB 1688052
HSL0.040.530.43
HSV14°69°66°
CMYK 0.000.520.69   0.34
XYZ19.636914.31014.9760
Yxy14.31010.50450.3677
Hunter Lab37.828726.459318.6811
CIE-Lab44.674434.056833.1060

#a85034 color RGB value is (168,80,52).

#a85034 hex color red value is 168, green value is 80 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a85034 hue: 0.04 , saturation: 0.53 and the lightness value of a85034 is 0.43.

The process color (four color CMYK) of #a85034 color hex is 0.00, 0.52, 0.69, 0.34. Web safe color of #a85034 is #996633. Color #a85034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 00110100
Octal 250 120 64
Decimal 168 80 52
Hex A8 50 34

RGB Percentages of Color #a85034

%56.00
%26.67
%17.33

CMYK Percentages of Color #a85034

%0
%52
%69
%34

Triadic Colors of #a85034

#a85034 #34a850 #5034a8

Analogous Colors of #a85034

#a85034 #a88a34 #a83452

Monochromatic Colors of #a85034

#a85034

Complementary Color

#a85034 #348ca8

#a85034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85034 Color CSS Codes

.mybgcolor {background-color:#a85034; } 
.myforecolor {color:#a85034; }
.mybordercolor {border:3px solid #a85034; }

#a85034 Text Font Color

<p style="color:#a85034">Text here</p>

This sample text font color is #a85034
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a85034 Background Color

<div style="background-color:#a85034">
Div content here</div>

This div background color is #a85034


#a85034 Border Color

<div style="border:3px solid #a85034">
Div here</div>

This div border color is #a85034


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,80,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a85034; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a85034;
  -webkit-box-shadow: 1px 1px 3px 2px #a85034;
  box-shadow:         1px 1px 3px 2px #a85034; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,80,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a85034">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a85034;
  -webkit-box-shadow: 1px 1px 3px 2px #a85034;
  box-shadow:         1px 1px 3px 2px #a85034;">
Div content here</div>

This div box has shadow with color #a85034


Comments

No comments written yet.

Please login to write comment.