#A36647

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

Shades of Sante Fe #A36647

Tints of Sante Fe #A36647

Color information

#A36647 (or 0xA36647) is unknown color: approx Sante Fe. HEX triplet: A3, 66 and 47. RGB value is (163,102,71). Sum of RGB (Red+Green+Blue) = 163+102+71=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A36647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36647 is #5C99B8. Grayscale: #747474. Windows color (decimal): -6068665 or 4679331. OLE color: 4679331.

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

Color convert

RGB16310271-
CMYK00.370.560.36
HSL20.22º39.32%45.88%-
HSV(B)20.22º56.44%63.92%-
XYZ20.9917.748.28-
YUV116.7102.21161.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=48.51%
G=30.36%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631027100.370.560.3620.2239.3245.88
HexA36647025382414272e
Octal2431461070457044244756
Binary1010001111001101000111010010111100010010010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36647; }

 p { color: rgb(163,102,71); }

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

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

 a { background-color: rgb(163,102,71); }

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

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

 span { border-color: rgb(163,102,71); }

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