#A36C48

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

Shades of Sante Fe #A36C48

Tints of Sante Fe #A36C48

Color information

#A36C48 (or 0xA36C48) is unknown color: approx Sante Fe. HEX triplet: A3, 6C and 48. RGB value is (163,108,72). Sum of RGB (Red+Green+Blue) = 163+108+72=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C48 is #5C93B7. Grayscale: #787878. Windows color (decimal): -6067128 or 4746403. OLE color: 4746403.

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

Color convert

RGB16310872-
CMYK00.340.560.36
HSL23.74º38.72%46.08%-
HSV(B)23.74º55.83%63.92%-
XYZ21.6418.988.65-
YUV120.34100.72158.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=47.52%
G=31.49%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631087200.340.560.3623.7438.7246.08
HexA36C48022382418272e
Octal2431541100427044304756
Binary1010001111011001001000010001011100010010011000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C48; }

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

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

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

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

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

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

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

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