Html Css Color HEX #A86718 Golden Brown

📋 copy color: '#A86718'

red 168 ◦ green 103 ◦ blue 24

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

Shades of Golden Brown #A86718

Tints of Golden Brown #A86718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 56.95%
G = 34.92%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A86718 (or 0xA86718) is known color: Golden Brown. HEX triplet: A8, 67 and 18. RGB value is (168,103,24). Sum of RGB (Red+Green+Blue) = 168+103+24=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A86718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86718 is #5798E7. Grayscale: #717171. Windows color (decimal): -5740776 or 1599400. OLE color: 1599400.

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

Color convert

RGB 168 103 24 -
CMYK 0 0.39 0.86 0.34
HSL 32.92º 0.75% 0.38% -
HSV(B) 32.92º 0.86% 0.66% -
XYZ 21.16 18.09 3.24 -
YUV 113.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 168 103 24 0 0.39 0.86 0.34 32.92 0.75 0.38
Hex A8 67 18 0 27 56 22 21 4B 26
Octal 250 147 30 0 47 126 42 41 113 46
Binary 10101000 1100111 11000 0 100111 1010110 100010 100001 1001011 100110

Color Harmonies of #A86718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86718

Black with #A86718

Text Example


Text Example

White with #A86718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86718; }

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

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

background-color css

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

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

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

border-color css

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

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

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