#A56E48

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

Shades of Sante Fe #A56E48

Tints of Sante Fe #A56E48

Color information

#A56E48 (or 0xA56E48) is unknown color: approx Sante Fe. HEX triplet: A5, 6E and 48. RGB value is (165,110,72). Sum of RGB (Red+Green+Blue) = 165+110+72=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E48 is #5A91B7. Grayscale: #7A7A7A. Windows color (decimal): -5935544 or 4746917. OLE color: 4746917.

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

Color convert

RGB16511072-
CMYK00.330.560.35
HSL24.52º39.24%46.47%-
HSV(B)24.52º56.36%64.71%-
XYZ22.2619.628.74-
YUV122.1199.72158.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=47.55%
G=31.70%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651107200.330.560.3524.5239.2446.47
HexA56E48021382319272e
Octal2451561100417043314756
Binary1010010111011101001000010000111100010001111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E48; }

 p { color: rgb(165,110,72); }

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

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

 a { background-color: rgb(165,110,72); }

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

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

 span { border-color: rgb(165,110,72); }

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