#A28C1E

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

Shades of Hacienda #A28C1E

Tints of Hacienda #A28C1E

Color information

#A28C1E (or 0xA28C1E) is unknown color: approx Hacienda. HEX triplet: A2, 8C and 1E. RGB value is (162,140,30). Sum of RGB (Red+Green+Blue) = 162+140+30=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C1E is #5D73E1. Grayscale: #868686. Windows color (decimal): -6124514 or 2002082. OLE color: 2002082.

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

Color convert

RGB16214030-
CMYK00.140.810.36
HSL50º68.75%37.65%-
HSV(B)50º81.48%63.53%-
XYZ24.5126.535.06-
YUV134.0469.29147.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 30 (12.11% from 255) = 9.04%
R=48.80%
G=42.17%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621403000.140.810.365068.7537.65
HexA28C1E0E5124324526
Octal24221436016121446210546
Binary1010001010001100111100111010100011001001100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C1E; }

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

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

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

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

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

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

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

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