#A28018

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

Shades of Hacienda #A28018

Tints of Hacienda #A28018

Color information

#A28018 (or 0xA28018) is unknown color: approx Hacienda. HEX triplet: A2, 80 and 18. RGB value is (162,128,24). Sum of RGB (Red+Green+Blue) = 162+128+24=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A28018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28018 is #5D7FE7. Grayscale: #7E7E7E. Windows color (decimal): -6127592 or 1605794. OLE color: 1605794.

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

Color convert

RGB16212824-
CMYK00.210.850.36
HSL45.22º74.19%36.47%-
HSV(B)45.22º85.19%63.53%-
XYZ22.7823.194.14-
YUV126.3170.26153.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 24 (9.77% from 255) = 7.64%
R=51.59%
G=40.76%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621282400.210.850.3645.2274.1936.47
HexA2801801555242d4a24
Octal24220030025125445511244
Binary10100010100000001100001010110101011001001011011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28018; }

 p { color: rgb(162,128,24); }

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

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

 a { background-color: rgb(162,128,24); }

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

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

 span { border-color: rgb(162,128,24); }

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