#A57D1B

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

Shades of Hacienda #A57D1B

Tints of Hacienda #A57D1B

Color information

#A57D1B (or 0xA57D1B) is unknown color: approx Hacienda. HEX triplet: A5, 7D and 1B. RGB value is (165,125,27). Sum of RGB (Red+Green+Blue) = 165+125+27=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D1B is #5A82E4. Grayscale: #7E7E7E. Windows color (decimal): -5931749 or 1801637. OLE color: 1801637.

HSL color Cylindrical-coordinate representation of color #A57D1B: hue angle of 42.61º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A57D1B is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16512527-
CMYK00.240.840.35
HSL42.61º71.88%37.65%-
HSV(B)42.61º83.64%64.71%-
XYZ23.0522.754.21-
YUV125.7972.25155.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 27 (10.94% from 255) = 8.52%
R=52.05%
G=39.43%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651252700.240.840.3542.6171.8837.65
HexA57D1B01854232b4826
Octal24517533030124435311046
Binary1010010111111011101101100010101001000111010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D1B; }

 p { color: rgb(165,125,27); }

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

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

 a { background-color: rgb(165,125,27); }

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

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

 span { border-color: rgb(165,125,27); }

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