Html Css Color HEX #A85E18 Golden Brown

📋 copy color: '#A85E18'

red 168 ◦ green 94 ◦ blue 24

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

Shades of Golden Brown #A85E18

Tints of Golden Brown #A85E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.39%

R = 58.74%
G = 32.87%
B = 8.39%

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

#A85E18 (or 0xA85E18) is known color: Golden Brown. HEX triplet: A8, 5E and 18. RGB value is (168,94,24). Sum of RGB (Red+Green+Blue) = 168+94+24=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E18 is #57A1E7. Grayscale: #6C6C6C. Windows color (decimal): -5743080 or 1597096. OLE color: 1597096.

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

Color convert

RGB 168 94 24 -
CMYK 0 0.44 0.86 0.34
HSL 29.17º 0.75% 0.38% -
HSV(B) 29.17º 0.86% 0.66% -
XYZ 20.32 16.4 2.96 -
YUV 108.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 168 94 24 0 0.44 0.86 0.34 29.17 0.75 0.38
Hex A8 5E 18 0 2C 56 22 1D 4B 26
Octal 250 136 30 0 54 126 42 35 113 46
Binary 10101000 1011110 11000 0 101100 1010110 100010 11101 1001011 100110

Color Harmonies of #A85E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E18

Black with #A85E18

Text Example


Text Example

White with #A85E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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