#A57055

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

Shades of Sante Fe #A57055

Tints of Sante Fe #A57055

Color information

#A57055 (or 0xA57055) is unknown color: approx Sante Fe. HEX triplet: A5, 70 and 55. RGB value is (165,112,85). Sum of RGB (Red+Green+Blue) = 165+112+85=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A57055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57055 is #5A8FAA. Grayscale: #7C7C7C. Windows color (decimal): -5935019 or 5599397. OLE color: 5599397.

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

Color convert

RGB16511285-
CMYK00.320.480.35
HSL20.25º32%49.02%-
HSV(B)20.25º48.48%64.71%-
XYZ22.9520.2411.29-
YUV124.77105.56156.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=45.58%
G=30.94%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651128500.320.480.3520.253249.02
HexA570550203023142031
Octal2451601250406043244061
Binary1010010111100001010101010000011000010001110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57055; }

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

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

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

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

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

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

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

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