#A86018

Color #A86018 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A86018

Tints of Golden Brown #A86018

Color information

#A86018 (or 0xA86018) is unknown color: approx Golden Brown. HEX triplet: A8, 60 and 18. RGB value is (168,96,24). Sum of RGB (Red+Green+Blue) = 168+96+24=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A86018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86018 is #579FE7. Grayscale: #6D6D6D. Windows color (decimal): -5742568 or 1597608. OLE color: 1597608.

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

Color convert

RGB1689624-
CMYK00.430.860.34
HSL30º75%37.65%-
HSV(B)30º85.71%65.88%-
XYZ20.516.763.02-
YUV109.3279.85169.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.33%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 8.33%
R=58.33%
G=33.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168962400.430.860.34307537.65
HexA8601802B56221e4b26
Octal25014030053126423611346
Binary1010100011000001100001010111010110100010111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86018; }

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

 H1.HeaderClassName
 {
   color: #A86018;
 }
 .AnyTagClassName
 {
   color: #A86018;
 }
</style>
background-color css

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

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

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

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

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

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