#A56553

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

Shades of Sante Fe #A56553

Tints of Sante Fe #A56553

Color information

#A56553 (or 0xA56553) is unknown color: approx Sante Fe. HEX triplet: A5, 65 and 53. RGB value is (165,101,83). Sum of RGB (Red+Green+Blue) = 165+101+83=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56553 is #5A9AAC. Grayscale: #767676. Windows color (decimal): -5937837 or 5465509. OLE color: 5465509.

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

Color convert

RGB16510183-
CMYK00.390.500.35
HSL13.17º33.06%48.63%-
HSV(B)13.17º49.7%64.71%-
XYZ21.7317.9310.5-
YUV118.08108.2161.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=47.28%
G=28.94%
B=23.78%

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
Decimal1651018300.390.500.3513.1733.0648.63
HexA565530273223d2131
Octal2451451230476243154161
Binary101001011100101101001101001111100101000111101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56553; }

 p { color: rgb(165,101,83); }

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

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

 a { background-color: rgb(165,101,83); }

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

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

 span { border-color: rgb(165,101,83); }

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