#A56A46

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

Shades of Sante Fe #A56A46

Tints of Sante Fe #A56A46

Color information

#A56A46 (or 0xA56A46) is unknown color: approx Sante Fe. HEX triplet: A5, 6A and 46. RGB value is (165,106,70). Sum of RGB (Red+Green+Blue) = 165+106+70=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A46 is #5A95B9. Grayscale: #777777. Windows color (decimal): -5936570 or 4614821. OLE color: 4614821.

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

Color convert

RGB16510670-
CMYK00.360.580.35
HSL22.74º40.43%46.08%-
HSV(B)22.74º57.58%64.71%-
XYZ21.7818.758.27-
YUV119.54100.05160.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=48.39%
G=31.09%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651067000.360.580.3522.7440.4346.08
HexA56A460243A2317282e
Octal2451521060447243275056
Binary1010010111010101000110010010011101010001110111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A46; }

 p { color: rgb(165,106,70); }

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

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

 a { background-color: rgb(165,106,70); }

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

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

 span { border-color: rgb(165,106,70); }

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