#a08618

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

Shades of Hacienda #A08618

Tints of Hacienda #A08618

Color information

#A08618 (or 0xA08618) is unknown color: approx Hacienda. HEX triplet: A0, 86 and 18. RGB value is (160,134,24). Sum of RGB (Red+Green+Blue) = 160+134+24=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A08618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08618 is #5F79E7. Grayscale: #818181. Windows color (decimal): -6257128 or 1607328. OLE color: 1607328.

HSL color Cylindrical-coordinate representation of color #A08618: hue angle of 48.53º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A08618 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16013424-
CMYK00.160.850.37
HSL48.53º73.91%36.08%-
HSV(B)48.53º85%62.75%-
XYZ23.1924.594.39-
YUV129.2368.61149.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=50.31%
G=42.14%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601342400.160.850.3748.5373.9136.08
HexA086180105525314a24
Octal24020630020125456111244
Binary10100000100001101100001000010101011001011100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08618; }

 p { color: rgb(160,134,24); }

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

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

 a { background-color: rgb(160,134,24); }

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

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

 span { border-color: rgb(160,134,24); }

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