#A36A49

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

Shades of Sante Fe #A36A49

Tints of Sante Fe #A36A49

Color information

#A36A49 (or 0xA36A49) is unknown color: approx Sante Fe. HEX triplet: A3, 6A and 49. RGB value is (163,106,73). Sum of RGB (Red+Green+Blue) = 163+106+73=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A49 is #5C95B6. Grayscale: #777777. Windows color (decimal): -6067639 or 4811427. OLE color: 4811427.

HSL color Cylindrical-coordinate representation of color #A36A49: hue angle of 22º 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 #A36A49 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16310673-
CMYK00.350.550.36
HSL22º38.14%46.27%-
HSV(B)22º55.21%63.92%-
XYZ21.4618.588.76-
YUV119.28101.88159.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=47.66%
G=30.99%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631067300.350.550.362238.1446.27
HexA36A49023372416262e
Octal2431521110436744264656
Binary1010001111010101001001010001111011110010010110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A49; }

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

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

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

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

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

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

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

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