#A57150

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

Shades of Sante Fe #A57150

Tints of Sante Fe #A57150

Color information

#A57150 (or 0xA57150) is unknown color: approx Sante Fe. HEX triplet: A5, 71 and 50. RGB value is (165,113,80). Sum of RGB (Red+Green+Blue) = 165+113+80=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A57150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57150 is #5A8EAF. Grayscale: #7C7C7C. Windows color (decimal): -5934768 or 5271973. OLE color: 5271973.

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

Color convert

RGB16511380-
CMYK00.320.520.35
HSL23.29º34.69%48.04%-
HSV(B)23.29º51.52%64.71%-
XYZ22.8720.3910.32-
YUV124.79102.73156.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=46.09%
G=31.56%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651138000.320.520.3523.2934.6948.04
HexA571500203423172330
Octal2451611200406443274360
Binary1010010111100011010000010000011010010001110111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57150; }

 p { color: rgb(165,113,80); }

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

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

 a { background-color: rgb(165,113,80); }

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

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

 span { border-color: rgb(165,113,80); }

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