#A57B14

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

Shades of Hacienda #A57B14

Tints of Hacienda #A57B14

Color information

#A57B14 (or 0xA57B14) is unknown color: approx Hacienda. HEX triplet: A5, 7B and 14. RGB value is (165,123,20). Sum of RGB (Red+Green+Blue) = 165+123+20=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57B14 is #5A84EB. Grayscale: #7C7C7C. Windows color (decimal): -5932268 or 1342373. OLE color: 1342373.

HSL color Cylindrical-coordinate representation of color #A57B14: hue angle of 42.62º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A57B14 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB16512320-
CMYK00.250.880.35
HSL42.62º78.38%36.27%-
HSV(B)42.62º87.88%64.71%-
XYZ22.7322.223.75-
YUV123.8269.41157.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 20 (8.20% from 255) = 6.49%
R=53.57%
G=39.94%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651232000.250.880.3542.6278.3836.27
HexA57B1401958232b4e24
Octal24517324031130435311644
Binary1010010111110111010001100110110001000111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B14; }

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

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

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

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

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

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

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

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