Html Css Color HEX #A86818 Golden Brown

📋 copy color: '#A86818'

red 168 ◦ green 104 ◦ blue 24

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

Shades of Golden Brown #A86818

Tints of Golden Brown #A86818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 56.76%
G = 35.14%
B = 8.11%

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

#A86818 (or 0xA86818) is known color: Golden Brown. HEX triplet: A8, 68 and 18. RGB value is (168,104,24). Sum of RGB (Red+Green+Blue) = 168+104+24=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A86818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86818 is #5797E7. Grayscale: #727272. Windows color (decimal): -5740520 or 1599656. OLE color: 1599656.

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

Color convert

RGB 168 104 24 -
CMYK 0 0.38 0.86 0.34
HSL 33.33º 0.75% 0.38% -
HSV(B) 33.33º 0.86% 0.66% -
XYZ 21.26 18.29 3.27 -
YUV 114.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 168 104 24 0 0.38 0.86 0.34 33.33 0.75 0.38
Hex A8 68 18 0 26 56 22 21 4B 26
Octal 250 150 30 0 46 126 42 41 113 46
Binary 10101000 1101000 11000 0 100110 1010110 100010 100001 1001011 100110

Color Harmonies of #A86818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86818

Black with #A86818

Text Example


Text Example

White with #A86818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86818; }

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

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

background-color css

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

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

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

border-color css

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

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

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