#A57354

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

Shades of Sante Fe #A57354

Tints of Sante Fe #A57354

Color information

#A57354 (or 0xA57354) is unknown color: approx Sante Fe. HEX triplet: A5, 73 and 54. RGB value is (165,115,84). Sum of RGB (Red+Green+Blue) = 165+115+84=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A57354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57354 is #5A8CAB. Grayscale: #7E7E7E. Windows color (decimal): -5934252 or 5534629. OLE color: 5534629.

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

Color convert

RGB16511584-
CMYK00.300.490.35
HSL22.96º32.53%48.82%-
HSV(B)22.96º49.09%64.71%-
XYZ23.2520.911.2-
YUV126.42104.06155.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=45.33%
G=31.59%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651158400.300.490.3522.9632.5348.82
HexA5735401E3123172131
Octal2451631240366143274161
Binary101001011110011101010001111011000110001110111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57354; }

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

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

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

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

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

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

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

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