Html Css Color HEX #A85908 Golden Brown

📋 copy color: '#A85908'

red 168 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #A85908

Tints of Golden Brown #A85908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

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

R = 63.4%
G = 33.58%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A85908 (or 0xA85908) is known color: Golden Brown. HEX triplet: A8, 59 and 08. RGB value is (168,89,8). Sum of RGB (Red+Green+Blue) = 168+89+8=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85908 is #57A6F7. Grayscale: #676767. Windows color (decimal): -5744376 or 547240. OLE color: 547240.

HSL color Cylindrical-coordinate representation of color #A85908: hue angle of 30.38º 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 #A85908 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 8 -
CMYK 0 0.47 0.95 0.34
HSL 30.38º 0.91% 0.35% -
HSV(B) 30.38º 0.95% 0.66% -
XYZ 19.76 15.49 2.18 -
YUV 103.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 168 89 8 0 0.47 0.95 0.34 30.38 0.91 0.35
Hex A8 59 8 0 2F 5F 22 1E 5B 23
Octal 250 131 10 0 57 137 42 36 133 43
Binary 10101000 1011001 1000 0 101111 1011111 100010 11110 1011011 100011

Color Harmonies of #A85908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85908

Black with #A85908

Text Example


Text Example

White with #A85908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85908; }

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

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

background-color css

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

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

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

border-color css

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

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

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