#A56B50

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

Shades of Sante Fe #A56B50

Tints of Sante Fe #A56B50

Color information

#A56B50 (or 0xA56B50) is unknown color: approx Sante Fe. HEX triplet: A5, 6B and 50. RGB value is (165,107,80). Sum of RGB (Red+Green+Blue) = 165+107+80=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B50 is #5A94AF. Grayscale: #797979. Windows color (decimal): -5936304 or 5270437. OLE color: 5270437.

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

Color convert

RGB16510780-
CMYK00.350.520.35
HSL19.06º34.69%48.04%-
HSV(B)19.06º51.52%64.71%-
XYZ22.2219.0910.1-
YUV121.26104.72159.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=46.88%
G=30.40%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651078000.350.520.3519.0634.6948.04
HexA56B500233423132330
Octal2451531200436443234360
Binary1010010111010111010000010001111010010001110011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B50; }

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

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

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

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

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

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

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

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