Html Css Color HEX #A86F19 Golden Brown

📋 copy color: '#A86F19'

red 168 ◦ green 111 ◦ blue 25

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

Shades of Golden Brown #A86F19

Tints of Golden Brown #A86F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

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

R = 55.26%
G = 36.51%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A86F19 (or 0xA86F19) is known color: Golden Brown. HEX triplet: A8, 6F and 19. RGB value is (168,111,25). Sum of RGB (Red+Green+Blue) = 168+111+25=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86F19 is #5790E6. Grayscale: #767676. Windows color (decimal): -5738727 or 1666984. OLE color: 1666984.

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

Color convert

RGB 168 111 25 -
CMYK 0 0.34 0.85 0.34
HSL 36.08º 0.74% 0.38% -
HSV(B) 36.08º 0.85% 0.66% -
XYZ 22.01 19.76 3.57 -
YUV 118.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 168 111 25 0 0.34 0.85 0.34 36.08 0.74 0.38
Hex A8 6F 19 0 22 55 22 24 4A 26
Octal 250 157 31 0 42 125 42 44 112 46
Binary 10101000 1101111 11001 0 100010 1010101 100010 100100 1001010 100110

Color Harmonies of #A86F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F19

Black with #A86F19

Text Example


Text Example

White with #A86F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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