#A57355

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

Shades of Sante Fe #A57355

Tints of Sante Fe #A57355

Color information

#A57355 (or 0xA57355) is unknown color: approx Sante Fe. HEX triplet: A5, 73 and 55. RGB value is (165,115,85). Sum of RGB (Red+Green+Blue) = 165+115+85=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A57355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57355 is #5A8CAA. Grayscale: #7E7E7E. Windows color (decimal): -5934251 or 5600165. OLE color: 5600165.

HSL color Cylindrical-coordinate representation of color #A57355: hue angle of 22.5º 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 #A57355 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16511585-
CMYK00.300.480.35
HSL22.5º32%49.02%-
HSV(B)22.5º48.48%64.71%-
XYZ23.2920.9211.4-
YUV126.53104.56155.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=45.21%
G=31.51%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651158500.300.480.3522.53249.02
HexA5735501E3023162031
Octal2451631250366043264061
Binary101001011110011101010101111011000010001110110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57355; }

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

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

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

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

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

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

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

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