#A56452

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

Shades of Sante Fe #A56452

Tints of Sante Fe #A56452

Color information

#A56452 (or 0xA56452) is unknown color: approx Sante Fe. HEX triplet: A5, 64 and 52. RGB value is (165,100,82). Sum of RGB (Red+Green+Blue) = 165+100+82=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A56452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56452 is #5A9BAD. Grayscale: #757575. Windows color (decimal): -5938094 or 5399717. OLE color: 5399717.

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

Color convert

RGB16510082-
CMYK00.390.500.35
HSL13.01º33.6%48.43%-
HSV(B)13.01º50.3%64.71%-
XYZ21.617.7210.27-
YUV117.38108.03161.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=47.55%
G=28.82%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651008200.390.500.3513.0133.648.43
HexA564520273223d2230
Octal2451441220476243154260
Binary101001011100100101001001001111100101000111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56452; }

 p { color: rgb(165,100,82); }

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

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

 a { background-color: rgb(165,100,82); }

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

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

 span { border-color: rgb(165,100,82); }

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