Html Css Color HEX #A85E19 Golden Brown

📋 copy color: '#A85E19'

red 168 ◦ green 94 ◦ blue 25

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

Shades of Golden Brown #A85E19

Tints of Golden Brown #A85E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.71%

R = 58.54%
G = 32.75%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A85E19 (or 0xA85E19) is known color: Golden Brown. HEX triplet: A8, 5E and 19. RGB value is (168,94,25). Sum of RGB (Red+Green+Blue) = 168+94+25=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E19 is #57A1E6. Grayscale: #6C6C6C. Windows color (decimal): -5743079 or 1662632. OLE color: 1662632.

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

Color convert

RGB 168 94 25 -
CMYK 0 0.44 0.85 0.34
HSL 28.95º 0.74% 0.38% -
HSV(B) 28.95º 0.85% 0.66% -
XYZ 20.33 16.4 3.01 -
YUV 108.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 168 94 25 0 0.44 0.85 0.34 28.95 0.74 0.38
Hex A8 5E 19 0 2C 55 22 1D 4A 26
Octal 250 136 31 0 54 125 42 35 112 46
Binary 10101000 1011110 11001 0 101100 1010101 100010 11101 1001010 100110

Color Harmonies of #A85E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E19

Black with #A85E19

Text Example


Text Example

White with #A85E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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