#A4812A

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

Shades of Hacienda #A4812A

Tints of Hacienda #A4812A

Color information

#A4812A (or 0xA4812A) is unknown color: approx Hacienda. HEX triplet: A4, 81 and 2A. RGB value is (164,129,42). Sum of RGB (Red+Green+Blue) = 164+129+42=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4812A is #5B7ED5. Grayscale: #818181. Windows color (decimal): -5996246 or 2785700. OLE color: 2785700.

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

Color convert

RGB16412942-
CMYK00.210.740.36
HSL42.79º59.22%40.39%-
HSV(B)42.79º74.39%64.31%-
XYZ23.5823.765.53-
YUV129.5578.6152.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=48.96%
G=38.51%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641294200.210.740.3642.7959.2240.39
HexA4812A0154A242b3b28
Octal2442015202511244537350
Binary10100100100000011010100101011001010100100101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4812A; }

 p { color: rgb(164,129,42); }

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

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

 a { background-color: rgb(164,129,42); }

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

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

 span { border-color: rgb(164,129,42); }

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