Html Css Color HEX #A85408 Golden Brown

📋 copy color: '#A85408'

red 168 ◦ green 84 ◦ blue 8

#A85408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A85408

Tints of Golden Brown #A85408

RGB

 RED value IS 168 (66.02% from 255) = 64.62%

 GREEN value IS 84 (33.2% from 255) = 32.31%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 64.62%
G = 32.31%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A85408 (or 0xA85408) is known color: Golden Brown. HEX triplet: A8, 54 and 08. RGB value is (168,84,8). Sum of RGB (Red+Green+Blue) = 168+84+8=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A85408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85408 is #57ABF7. Grayscale: #646464. Windows color (decimal): -5745656 or 545960. OLE color: 545960.

HSL color Cylindrical-coordinate representation of color #A85408: hue angle of 28.5º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A85408 is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 8 -
CMYK 0 0.5 0.95 0.34
HSL 28.5º 0.91% 0.35% -
HSV(B) 28.5º 0.95% 0.66% -
XYZ 19.36 14.68 2.04 -
YUV 100.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 168 84 8 0 0.5 0.95 0.34 28.5 0.91 0.35
Hex A8 54 8 0 32 5F 22 1C 5B 23
Octal 250 124 10 0 62 137 42 34 133 43
Binary 10101000 1010100 1000 0 110010 1011111 100010 11100 1011011 100011

Color Harmonies of #A85408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85408

Black with #A85408

Text Example


Text Example

White with #A85408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85408; }

 p { color: rgb(168,84,8); }

 H1.HeaderClassName
 {
   color: #A85408;
 }
 .AnyTagClassName
 {
   color: #A85408;
 }
</style>

background-color css

<style>
 a { background-color: #A85408; }

 a { background-color: rgb(168,84,8); }

 div.DivClassName
 {
   background-color: #A85408;
 }
 .BgClassName
 {
   background-color: #A85408;
 }
</style>

border-color css

<style>
 span { border-color: #A85408; }

 span { border-color: rgb(168,84,8); }

 td.TdClassName
 {
   border-color: #A85408;
 }
 .TagClassName
 {
   border-color: #A85408;
 }
</style>