#A36948

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

Shades of Sante Fe #A36948

Tints of Sante Fe #A36948

Color information

#A36948 (or 0xA36948) is unknown color: approx Sante Fe. HEX triplet: A3, 69 and 48. RGB value is (163,105,72). Sum of RGB (Red+Green+Blue) = 163+105+72=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A36948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36948 is #5C96B7. Grayscale: #767676. Windows color (decimal): -6067896 or 4745635. OLE color: 4745635.

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

Color convert

RGB16310572-
CMYK00.360.560.36
HSL21.76º38.72%46.08%-
HSV(B)21.76º55.83%63.92%-
XYZ21.3318.368.55-
YUV118.58101.72159.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=47.94%
G=30.88%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631057200.360.560.3621.7638.7246.08
HexA36948024382416272e
Octal2431511100447044264756
Binary1010001111010011001000010010011100010010010110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36948; }

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

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

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

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

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

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

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

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