Html Css Color HEX #A86418 Golden Brown

📋 copy color: '#A86418'

red 168 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #A86418

Tints of Golden Brown #A86418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 57.53%
G = 34.25%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A86418 (or 0xA86418) is known color: Golden Brown. HEX triplet: A8, 64 and 18. RGB value is (168,100,24). Sum of RGB (Red+Green+Blue) = 168+100+24=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A86418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86418 is #579BE7. Grayscale: #707070. Windows color (decimal): -5741544 or 1598632. OLE color: 1598632.

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

Color convert

RGB 168 100 24 -
CMYK 0 0.40 0.86 0.34
HSL 31.67º 0.75% 0.38% -
HSV(B) 31.67º 0.86% 0.66% -
XYZ 20.87 17.51 3.14 -
YUV 111.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 168 100 24 0 0.40 0.86 0.34 31.67 0.75 0.38
Hex A8 64 18 0 28 56 22 20 4B 26
Octal 250 144 30 0 50 126 42 40 113 46
Binary 10101000 1100100 11000 0 101000 1010110 100010 100000 1001011 100110

Color Harmonies of #A86418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86418

Black with #A86418

Text Example


Text Example

White with #A86418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86418; }

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

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

background-color css

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

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

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

border-color css

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

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

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