Html Css Color HEX #A86F18 Golden Brown

📋 copy color: '#A86F18'

red 168 ◦ green 111 ◦ blue 24

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

Shades of Golden Brown #A86F18

Tints of Golden Brown #A86F18

RGB

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

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

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

R = 55.45%
G = 36.63%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A86F18 (or 0xA86F18) is known color: Golden Brown. HEX triplet: A8, 6F and 18. RGB value is (168,111,24). Sum of RGB (Red+Green+Blue) = 168+111+24=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86F18 is #5790E7. Grayscale: #767676. Windows color (decimal): -5738728 or 1601448. OLE color: 1601448.

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

Color convert

RGB 168 111 24 -
CMYK 0 0.34 0.86 0.34
HSL 36.25º 0.75% 0.38% -
HSV(B) 36.25º 0.86% 0.66% -
XYZ 22 19.76 3.52 -
YUV 118.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 168 111 24 0 0.34 0.86 0.34 36.25 0.75 0.38
Hex A8 6F 18 0 22 56 22 24 4B 26
Octal 250 157 30 0 42 126 42 44 113 46
Binary 10101000 1101111 11000 0 100010 1010110 100010 100100 1001011 100110

Color Harmonies of #A86F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F18

Black with #A86F18

Text Example


Text Example

White with #A86F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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