#A56B55

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

Shades of Sante Fe #A56B55

Tints of Sante Fe #A56B55

Color information

#A56B55 (or 0xA56B55) is unknown color: approx Sante Fe. HEX triplet: A5, 6B and 55. RGB value is (165,107,85). Sum of RGB (Red+Green+Blue) = 165+107+85=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B55 is #5A94AA. Grayscale: #797979. Windows color (decimal): -5936299 or 5598117. OLE color: 5598117.

HSL color Cylindrical-coordinate representation of color #A56B55: hue angle of 16.5º degrees, saturation: 0.32, 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 #A56B55 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16510785-
CMYK00.350.480.35
HSL16.5º32%49.02%-
HSV(B)16.5º48.48%64.71%-
XYZ22.4119.1711.11-
YUV121.83107.22158.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=46.22%
G=29.97%
B=23.81%

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
Decimal1651078500.350.480.3516.53249.02
HexA56B550233023102031
Octal2451531250436043204061
Binary1010010111010111010101010001111000010001110000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B55; }

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

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

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

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

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

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

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

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