#A56F4C

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

Shades of Sante Fe #A56F4C

Tints of Sante Fe #A56F4C

Color information

#A56F4C (or 0xA56F4C) is unknown color: approx Sante Fe. HEX triplet: A5, 6F and 4C. RGB value is (165,111,76). Sum of RGB (Red+Green+Blue) = 165+111+76=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F4C is #5A90B3. Grayscale: #7B7B7B. Windows color (decimal): -5935284 or 5009317. OLE color: 5009317.

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

Color convert

RGB16511176-
CMYK00.330.540.35
HSL23.6º36.93%47.25%-
HSV(B)23.6º53.94%64.71%-
XYZ22.5119.899.49-
YUV123.16101.39157.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=46.88%
G=31.53%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651117600.330.540.3523.636.9347.25
HexA56F4C021362318252f
Octal2451571140416643304557
Binary1010010111011111001100010000111011010001111000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F4C; }

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

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

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

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

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

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

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

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