Html Css Color HEX #A86918 Golden Brown

📋 copy color: '#A86918'

red 168 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #A86918

Tints of Golden Brown #A86918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 56.57%
G = 35.35%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A86918 (or 0xA86918) is known color: Golden Brown. HEX triplet: A8, 69 and 18. RGB value is (168,105,24). Sum of RGB (Red+Green+Blue) = 168+105+24=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A86918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86918 is #5796E7. Grayscale: #727272. Windows color (decimal): -5740264 or 1599912. OLE color: 1599912.

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

Color convert

RGB 168 105 24 -
CMYK 0 0.38 0.86 0.34
HSL 33.75º 0.75% 0.38% -
HSV(B) 33.75º 0.86% 0.66% -
XYZ 21.36 18.49 3.31 -
YUV 114.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 168 105 24 0 0.38 0.86 0.34 33.75 0.75 0.38
Hex A8 69 18 0 26 56 22 22 4B 26
Octal 250 151 30 0 46 126 42 42 113 46
Binary 10101000 1101001 11000 0 100110 1010110 100010 100010 1001011 100110

Color Harmonies of #A86918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86918

Black with #A86918

Text Example


Text Example

White with #A86918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86918; }

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

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

background-color css

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

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

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

border-color css

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

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

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