#A36A4A

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

Shades of Sante Fe #A36A4A

Tints of Sante Fe #A36A4A

Color information

#A36A4A (or 0xA36A4A) is unknown color: approx Sante Fe. HEX triplet: A3, 6A and 4A. RGB value is (163,106,74). Sum of RGB (Red+Green+Blue) = 163+106+74=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A4A is #5C95B5. Grayscale: #777777. Windows color (decimal): -6067638 or 4876963. OLE color: 4876963.

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

Color convert

RGB16310674-
CMYK00.350.550.36
HSL21.57º37.55%46.47%-
HSV(B)21.57º54.6%63.92%-
XYZ21.4918.598.93-
YUV119.39102.38159.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=47.52%
G=30.90%
B=21.57%

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
Decimal1631067400.350.550.3621.5737.5546.47
HexA36A4A023372416262e
Octal2431521120436744264656
Binary1010001111010101001010010001111011110010010110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A4A; }

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

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

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

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

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

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

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

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