#A57B0F

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

Shades of Hacienda #A57B0F

Tints of Hacienda #A57B0F

Color information

#A57B0F (or 0xA57B0F) is unknown color: approx Hacienda. HEX triplet: A5, 7B and 0F. RGB value is (165,123,15). Sum of RGB (Red+Green+Blue) = 165+123+15=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57B0F is #5A84F0. Grayscale: #7B7B7B. Windows color (decimal): -5932273 or 1014693. OLE color: 1014693.

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

Color convert

RGB16512315-
CMYK00.250.910.35
HSL43.2º83.33%35.29%-
HSV(B)43.2º90.91%64.71%-
XYZ22.6922.23.54-
YUV123.2566.91157.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=54.46%
G=40.59%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651231500.250.910.3543.283.3335.29
HexA57BF0195B232b5323
Octal24517317031133435312343
Binary101001011111011111101100110110111000111010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B0F; }

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

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

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

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

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

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

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

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