Html Css Color HEX #A86D19 Golden Brown

📋 copy color: '#A86D19'

red 168 ◦ green 109 ◦ blue 25

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

Shades of Golden Brown #A86D19

Tints of Golden Brown #A86D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

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

R = 55.63%
G = 36.09%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A86D19 (or 0xA86D19) is known color: Golden Brown. HEX triplet: A8, 6D and 19. RGB value is (168,109,25). Sum of RGB (Red+Green+Blue) = 168+109+25=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86D19 is #5792E6. Grayscale: #757575. Windows color (decimal): -5739239 or 1666472. OLE color: 1666472.

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

Color convert

RGB 168 109 25 -
CMYK 0 0.35 0.85 0.34
HSL 35.24º 0.74% 0.38% -
HSV(B) 35.24º 0.85% 0.66% -
XYZ 21.79 19.33 3.5 -
YUV 117.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 168 109 25 0 0.35 0.85 0.34 35.24 0.74 0.38
Hex A8 6D 19 0 23 55 22 23 4A 26
Octal 250 155 31 0 43 125 42 43 112 46
Binary 10101000 1101101 11001 0 100011 1010101 100010 100011 1001010 100110

Color Harmonies of #A86D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86D19

Black with #A86D19

Text Example


Text Example

White with #A86D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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