#a36449

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

Shades of Sante Fe #A36449

Tints of Sante Fe #A36449

Color information

#A36449 (or 0xA36449) is unknown color: approx Sante Fe. HEX triplet: A3, 64 and 49. RGB value is (163,100,73). Sum of RGB (Red+Green+Blue) = 163+100+73=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A36449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36449 is #5C9BB6. Grayscale: #737373. Windows color (decimal): -6069175 or 4809891. OLE color: 4809891.

HSL color Cylindrical-coordinate representation of color #A36449: hue angle of 18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36449 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16310073-
CMYK00.390.550.36
HSL18º38.14%46.27%-
HSV(B)18º55.21%63.92%-
XYZ20.8617.388.56-
YUV115.76103.87161.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=48.51%
G=29.76%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631007300.390.550.361838.1446.27
HexA36449027372412262e
Octal2431441110476744224656
Binary1010001111001001001001010011111011110010010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36449; }

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

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

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

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

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

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

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

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