Html Css Color HEX #A85E17 Golden Brown

📋 copy color: '#A85E17'

red 168 ◦ green 94 ◦ blue 23

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

Shades of Golden Brown #A85E17

Tints of Golden Brown #A85E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 58.95%
G = 32.98%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85E17 (or 0xA85E17) is known color: Golden Brown. HEX triplet: A8, 5E and 17. RGB value is (168,94,23). Sum of RGB (Red+Green+Blue) = 168+94+23=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E17 is #57A1E8. Grayscale: #6C6C6C. Windows color (decimal): -5743081 or 1531560. OLE color: 1531560.

HSL color Cylindrical-coordinate representation of color #A85E17: hue angle of 29.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A85E17 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 94 23 -
CMYK 0 0.44 0.86 0.34
HSL 29.38º 0.76% 0.37% -
HSV(B) 29.38º 0.86% 0.66% -
XYZ 20.31 16.39 2.9 -
YUV 108.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 168 94 23 0 0.44 0.86 0.34 29.38 0.76 0.37
Hex A8 5E 17 0 2C 56 22 1D 4C 25
Octal 250 136 27 0 54 126 42 35 114 45
Binary 10101000 1011110 10111 0 101100 1010110 100010 11101 1001100 100101

Color Harmonies of #A85E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E17

Black with #A85E17

Text Example


Text Example

White with #A85E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E17; }

 p { color: rgb(168,94,23); }

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

background-color css

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

 a { background-color: rgb(168,94,23); }

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

border-color css

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

 span { border-color: rgb(168,94,23); }

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