#A28C1D

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

Shades of Hacienda #A28C1D

Tints of Hacienda #A28C1D

Color information

#A28C1D (or 0xA28C1D) is unknown color: approx Hacienda. HEX triplet: A2, 8C and 1D. RGB value is (162,140,29). Sum of RGB (Red+Green+Blue) = 162+140+29=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C1D is #5D73E2. Grayscale: #868686. Windows color (decimal): -6124515 or 1936546. OLE color: 1936546.

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

Color convert

RGB16214029-
CMYK00.140.820.36
HSL50.08º69.63%37.45%-
HSV(B)50.08º82.1%63.53%-
XYZ24.526.534.99-
YUV133.9268.79148.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 29 (11.72% from 255) = 8.76%
R=48.94%
G=42.30%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621402900.140.820.3650.0869.6337.45
HexA28C1D0E5224324625
Octal24221435016122446210645
Binary1010001010001100111010111010100101001001100101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C1D; }

 p { color: rgb(162,140,29); }

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

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

 a { background-color: rgb(162,140,29); }

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

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

 span { border-color: rgb(162,140,29); }

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