#A57F0F

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

Shades of Hacienda #A57F0F

Tints of Hacienda #A57F0F

Color information

#A57F0F (or 0xA57F0F) is unknown color: approx Hacienda. HEX triplet: A5, 7F and 0F. RGB value is (165,127,15). Sum of RGB (Red+Green+Blue) = 165+127+15=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F0F is #5A80F0. Grayscale: #7E7E7E. Windows color (decimal): -5931249 or 1015717. OLE color: 1015717.

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

Color convert

RGB16512715-
CMYK00.230.910.35
HSL44.8º83.33%35.29%-
HSV(B)44.8º90.91%64.71%-
XYZ23.1923.213.71-
YUV125.5965.59156.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=53.75%
G=41.37%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651271500.230.910.3544.883.3335.29
HexA57FF0175B232d5323
Octal24517717027133435512343
Binary101001011111111111101011110110111000111011011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F0F; }

 p { color: rgb(165,127,15); }

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

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

 a { background-color: rgb(165,127,15); }

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

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

 span { border-color: rgb(165,127,15); }

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