#A4770F

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

Shades of Hacienda #A4770F

Tints of Hacienda #A4770F

Color information

#A4770F (or 0xA4770F) is unknown color: approx Hacienda. HEX triplet: A4, 77 and 0F. RGB value is (164,119,15). Sum of RGB (Red+Green+Blue) = 164+119+15=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4770F is #5B88F0. Grayscale: #797979. Windows color (decimal): -5998833 or 1013668. OLE color: 1013668.

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

Color convert

RGB16411915-
CMYK00.270.910.36
HSL41.88º83.24%35.1%-
HSV(B)41.88º90.85%64.31%-
XYZ21.9921.123.37-
YUV120.668.41158.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 15 (6.25% from 255) = 5.03%
R=55.03%
G=39.93%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641191500.270.910.3641.8883.2435.1
HexA477F01B5B242a5323
Octal24416717033133445212343
Binary101001001110111111101101110110111001001010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4770F; }

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

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

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

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

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

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

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

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