#A28328

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

Shades of Hacienda #A28328

Tints of Hacienda #A28328

Color information

#A28328 (or 0xA28328) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 28. RGB value is (162,131,40). Sum of RGB (Red+Green+Blue) = 162+131+40=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A28328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28328 is #5D7CD7. Grayscale: #828282. Windows color (decimal): -6126808 or 2655138. OLE color: 2655138.

HSL color Cylindrical-coordinate representation of color #A28328: hue angle of 44.75º 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 #A28328 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16213140-
CMYK00.190.750.36
HSL44.75º60.4%39.61%-
HSV(B)44.75º75.31%63.53%-
XYZ23.424.075.42-
YUV129.8977.27150.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 40 (16.02% from 255) = 12.01%
R=48.65%
G=39.34%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621314000.190.750.3644.7560.439.61
HexA283280134B242d3c28
Octal2422035002311344557450
Binary10100010100000111010000100111001011100100101101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28328; }

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

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

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

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

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

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

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

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