#A28228

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

Shades of Hacienda #A28228

Tints of Hacienda #A28228

Color information

#A28228 (or 0xA28228) is unknown color: approx Hacienda. HEX triplet: A2, 82 and 28. RGB value is (162,130,40). Sum of RGB (Red+Green+Blue) = 162+130+40=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28228 is #5D7DD7. Grayscale: #818181. Windows color (decimal): -6127064 or 2654882. OLE color: 2654882.

HSL color Cylindrical-coordinate representation of color #A28228: hue angle of 44.26º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A28228 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16213040-
CMYK00.200.750.36
HSL44.26º60.4%39.61%-
HSV(B)44.26º75.31%63.53%-
XYZ23.2723.85.38-
YUV129.3177.6151.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=48.80%
G=39.16%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621304000.200.750.3644.2660.439.61
HexA282280144B242c3c28
Octal2422025002411344547450
Binary10100010100000101010000101001001011100100101100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28228; }

 p { color: rgb(162,130,40); }

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

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

 a { background-color: rgb(162,130,40); }

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

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

 span { border-color: rgb(162,130,40); }

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