#A28A1A

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

Shades of Hacienda #A28A1A

Tints of Hacienda #A28A1A

Color information

#A28A1A (or 0xA28A1A) is unknown color: approx Hacienda. HEX triplet: A2, 8A and 1A. RGB value is (162,138,26). Sum of RGB (Red+Green+Blue) = 162+138+26=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A1A is #5D75E5. Grayscale: #848484. Windows color (decimal): -6125030 or 1739426. OLE color: 1739426.

HSL color Cylindrical-coordinate representation of color #A28A1A: hue angle of 49.41º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A28A1A is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16213826-
CMYK00.150.840.36
HSL49.41º72.34%36.86%-
HSV(B)49.41º83.95%63.53%-
XYZ24.1825.934.71-
YUV132.4167.95149.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 26 (10.55% from 255) = 7.98%
R=49.69%
G=42.33%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621382600.150.840.3649.4172.3436.86
HexA28A1A0F5424314825
Octal24221232017124446111045
Binary1010001010001010110100111110101001001001100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A1A; }

 p { color: rgb(162,138,26); }

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

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

 a { background-color: rgb(162,138,26); }

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

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

 span { border-color: rgb(162,138,26); }

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