#A57356

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

Shades of Sante Fe #A57356

Tints of Sante Fe #A57356

Color information

#A57356 (or 0xA57356) is unknown color: approx Sante Fe. HEX triplet: A5, 73 and 56. RGB value is (165,115,86). Sum of RGB (Red+Green+Blue) = 165+115+86=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57356 is #5A8CA9. Grayscale: #7E7E7E. Windows color (decimal): -5934250 or 5665701. OLE color: 5665701.

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

Color convert

RGB16511586-
CMYK00.300.480.35
HSL22.03º31.47%49.22%-
HSV(B)22.03º47.88%64.71%-
XYZ23.3320.9311.62-
YUV126.64105.06155.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=45.08%
G=31.42%
B=23.50%

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
Decimal1651158600.300.480.3522.0331.4749.22
HexA5735601E3023161f31
Octal2451631260366043263761
Binary10100101111001110101100111101100001000111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57356; }

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

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

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

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

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

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

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

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