#A56C56

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

Shades of Sante Fe #A56C56

Tints of Sante Fe #A56C56

Color information

#A56C56 (or 0xA56C56) is unknown color: approx Sante Fe. HEX triplet: A5, 6C and 56. RGB value is (165,108,86). Sum of RGB (Red+Green+Blue) = 165+108+86=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C56 is #5A93A9. Grayscale: #7A7A7A. Windows color (decimal): -5936042 or 5663909. OLE color: 5663909.

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

Color convert

RGB16510886-
CMYK00.350.480.35
HSL16.71º31.47%49.22%-
HSV(B)16.71º47.88%64.71%-
XYZ22.5619.411.36-
YUV122.54107.38158.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=45.96%
G=30.08%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651088600.350.480.3516.7131.4749.22
HexA56C560233023111f31
Octal2451541260436043213761
Binary101001011101100101011001000111100001000111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C56; }

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

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

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

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

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

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

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

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