#A56449

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

Shades of Sante Fe #A56449

Tints of Sante Fe #A56449

Color information

#A56449 (or 0xA56449) is unknown color: approx Sante Fe. HEX triplet: A5, 64 and 49. RGB value is (165,100,73). Sum of RGB (Red+Green+Blue) = 165+100+73=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A56449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56449 is #5A9BB6. Grayscale: #747474. Windows color (decimal): -5938103 or 4809893. OLE color: 4809893.

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

Color convert

RGB16510073-
CMYK00.390.560.35
HSL17.61º38.66%46.67%-
HSV(B)17.61º55.76%64.71%-
XYZ21.2817.598.58-
YUV116.36103.53162.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=48.82%
G=29.59%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651007300.390.560.3517.6138.6646.67
HexA56449027382312272f
Octal2451441110477043224757
Binary1010010111001001001001010011111100010001110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56449; }

 p { color: rgb(165,100,73); }

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

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

 a { background-color: rgb(165,100,73); }

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

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

 span { border-color: rgb(165,100,73); }

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