#A36C4B

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

Shades of Sante Fe #A36C4B

Tints of Sante Fe #A36C4B

Color information

#A36C4B (or 0xA36C4B) is unknown color: approx Sante Fe. HEX triplet: A3, 6C and 4B. RGB value is (163,108,75). Sum of RGB (Red+Green+Blue) = 163+108+75=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C4B is #5C93B4. Grayscale: #787878. Windows color (decimal): -6067125 or 4943011. OLE color: 4943011.

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

Color convert

RGB16310875-
CMYK00.340.540.36
HSL22.5º36.97%46.67%-
HSV(B)22.5º53.99%63.92%-
XYZ21.7419.029.18-
YUV120.68102.22158.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=47.11%
G=31.21%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631087500.340.540.3622.536.9746.67
HexA36C4B022362416252f
Octal2431541130426644264557
Binary1010001111011001001011010001011011010010010110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C4B; }

 p { color: rgb(163,108,75); }

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

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

 a { background-color: rgb(163,108,75); }

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

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

 span { border-color: rgb(163,108,75); }

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