#A36A4D

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

Shades of Sante Fe #A36A4D

Tints of Sante Fe #A36A4D

Color information

#A36A4D (or 0xA36A4D) is unknown color: approx Sante Fe. HEX triplet: A3, 6A and 4D. RGB value is (163,106,77). Sum of RGB (Red+Green+Blue) = 163+106+77=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A4D is #5C95B2. Grayscale: #777777. Windows color (decimal): -6067635 or 5073571. OLE color: 5073571.

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

Color convert

RGB16310677-
CMYK00.350.530.36
HSL20.23º35.83%47.06%-
HSV(B)20.23º52.76%63.92%-
XYZ21.618.639.48-
YUV119.74103.88158.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=47.11%
G=30.64%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631067700.350.530.3620.2335.8347.06
HexA36A4D023352414242f
Octal2431521150436544244457
Binary1010001111010101001101010001111010110010010100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A4D; }

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

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

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

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

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

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

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

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