#A57052

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

Shades of Sante Fe #A57052

Tints of Sante Fe #A57052

Color information

#A57052 (or 0xA57052) is unknown color: approx Sante Fe. HEX triplet: A5, 70 and 52. RGB value is (165,112,82). Sum of RGB (Red+Green+Blue) = 165+112+82=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A57052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57052 is #5A8FAD. Grayscale: #7C7C7C. Windows color (decimal): -5935022 or 5402789. OLE color: 5402789.

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

Color convert

RGB16511282-
CMYK00.320.500.35
HSL21.69º33.6%48.43%-
HSV(B)21.69º50.3%64.71%-
XYZ22.8320.210.68-
YUV124.43104.06156.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=45.96%
G=31.20%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651128200.320.500.3521.6933.648.43
HexA570520203223162230
Octal2451601220406243264260
Binary1010010111100001010010010000011001010001110110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57052; }

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

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

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

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

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

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

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

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