#A57054

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

Shades of Sante Fe #A57054

Tints of Sante Fe #A57054

Color information

#A57054 (or 0xA57054) is unknown color: approx Sante Fe. HEX triplet: A5, 70 and 54. RGB value is (165,112,84). Sum of RGB (Red+Green+Blue) = 165+112+84=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A57054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57054 is #5A8FAB. Grayscale: #7C7C7C. Windows color (decimal): -5935020 or 5533861. OLE color: 5533861.

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

Color convert

RGB16511284-
CMYK00.320.490.35
HSL20.74º32.53%48.82%-
HSV(B)20.74º49.09%64.71%-
XYZ22.9120.2311.08-
YUV124.66105.06156.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=45.71%
G=31.02%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651128400.320.490.3520.7432.5348.82
HexA570540203123152131
Octal2451601240406143254161
Binary1010010111100001010100010000011000110001110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57054; }

 p { color: rgb(165,112,84); }

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

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

 a { background-color: rgb(165,112,84); }

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

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

 span { border-color: rgb(165,112,84); }

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