#A56C58

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

Shades of Sante Fe #A56C58

Tints of Sante Fe #A56C58

Color information

#A56C58 (or 0xA56C58) is unknown color: approx Sante Fe. HEX triplet: A5, 6C and 58. RGB value is (165,108,88). Sum of RGB (Red+Green+Blue) = 165+108+88=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C58 is #5A93A7. Grayscale: #7A7A7A. Windows color (decimal): -5936040 or 5794981. OLE color: 5794981.

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

Color convert

RGB16510888-
CMYK00.350.470.35
HSL15.58º30.43%49.61%-
HSV(B)15.58º46.67%64.71%-
XYZ22.6419.4311.79-
YUV122.76108.38158.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=45.71%
G=29.92%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651088800.350.470.3515.5830.4349.61
HexA56C580232F23101e32
Octal2451541300435743203662
Binary101001011101100101100001000111011111000111000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C58; }

 p { color: rgb(165,108,88); }

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

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

 a { background-color: rgb(165,108,88); }

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

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

 span { border-color: rgb(165,108,88); }

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