#A56F57

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

Shades of Sante Fe #A56F57

Tints of Sante Fe #A56F57

Color information

#A56F57 (or 0xA56F57) is unknown color: approx Sante Fe. HEX triplet: A5, 6F and 57. RGB value is (165,111,87). Sum of RGB (Red+Green+Blue) = 165+111+87=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F57 is #5A90A8. Grayscale: #7C7C7C. Windows color (decimal): -5935273 or 5730213. OLE color: 5730213.

HSL color Cylindrical-coordinate representation of color #A56F57: hue angle of 18.46º 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 #A56F57 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16511187-
CMYK00.330.470.35
HSL18.46º30.95%49.41%-
HSV(B)18.46º47.27%64.71%-
XYZ22.9220.0611.68-
YUV124.41106.89156.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=45.45%
G=30.58%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651118700.330.470.3518.4630.9549.41
HexA56F570212F23121f31
Octal2451571270415743223761
Binary101001011101111101011101000011011111000111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F57; }

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

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

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

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

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

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

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

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