#A4810F

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

Shades of Hacienda #A4810F

Tints of Hacienda #A4810F

Color information

#A4810F (or 0xA4810F) is unknown color: approx Hacienda. HEX triplet: A4, 81 and 0F. RGB value is (164,129,15). Sum of RGB (Red+Green+Blue) = 164+129+15=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4810F is #5B7EF0. Grayscale: #7E7E7E. Windows color (decimal): -5996273 or 1016228. OLE color: 1016228.

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

Color convert

RGB16412915-
CMYK00.210.910.36
HSL45.91º83.24%35.1%-
HSV(B)45.91º90.85%64.31%-
XYZ23.2523.633.79-
YUV126.4765.1154.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 15 (6.25% from 255) = 4.87%
R=53.25%
G=41.88%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641291500.210.910.3645.9183.2435.1
HexA481F0155B242e5323
Octal24420117025133445612343
Binary1010010010000001111101010110110111001001011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4810F; }

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

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

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

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

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

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

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

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