#A56B57

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

Shades of Sante Fe #A56B57

Tints of Sante Fe #A56B57

Color information

#A56B57 (or 0xA56B57) is unknown color: approx Sante Fe. HEX triplet: A5, 6B and 57. RGB value is (165,107,87). Sum of RGB (Red+Green+Blue) = 165+107+87=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B57 is #5A94A8. Grayscale: #7A7A7A. Windows color (decimal): -5936297 or 5729189. OLE color: 5729189.

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

Color convert

RGB16510787-
CMYK00.350.470.35
HSL15.38º30.95%49.41%-
HSV(B)15.38º47.27%64.71%-
XYZ22.519.211.54-
YUV122.06108.22158.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=45.96%
G=29.81%
B=24.23%

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
Decimal1651078700.350.470.3515.3830.9549.41
HexA56B570232F23f1f31
Octal2451531270435743173761
Binary10100101110101110101110100011101111100011111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B57; }

 p { color: rgb(165,107,87); }

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

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

 a { background-color: rgb(165,107,87); }

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

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

 span { border-color: rgb(165,107,87); }

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