#A56C4B

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

Shades of Sante Fe #A56C4B

Tints of Sante Fe #A56C4B

Color information

#A56C4B (or 0xA56C4B) is unknown color: approx Sante Fe. HEX triplet: A5, 6C and 4B. RGB value is (165,108,75). Sum of RGB (Red+Green+Blue) = 165+108+75=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C4B is #5A93B4. Grayscale: #797979. Windows color (decimal): -5936053 or 4943013. OLE color: 4943013.

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

Color convert

RGB16510875-
CMYK00.350.550.35
HSL22º37.5%47.06%-
HSV(B)22º54.55%64.71%-
XYZ22.1519.239.2-
YUV121.28101.88159.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=47.41%
G=31.03%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651087500.350.550.352237.547.06
HexA56C4B023372316262f
Octal2451541130436743264657
Binary1010010111011001001011010001111011110001110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C4B; }

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

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

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

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

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

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

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

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