#A36451

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

Shades of Sante Fe #A36451

Tints of Sante Fe #A36451

Color information

#A36451 (or 0xA36451) is unknown color: approx Sante Fe. HEX triplet: A3, 64 and 51. RGB value is (163,100,81). Sum of RGB (Red+Green+Blue) = 163+100+81=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A36451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36451 is #5C9BAE. Grayscale: #747474. Windows color (decimal): -6069167 or 5334179. OLE color: 5334179.

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

Color convert

RGB16310081-
CMYK00.390.500.36
HSL13.9º33.61%47.84%-
HSV(B)13.9º50.31%63.92%-
XYZ21.1517.4910.05-
YUV116.67107.87161.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=47.38%
G=29.07%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631008100.390.500.3613.933.6147.84
HexA364510273224e2230
Octal2431441210476244164260
Binary101000111100100101000101001111100101001001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36451; }

 p { color: rgb(163,100,81); }

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

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

 a { background-color: rgb(163,100,81); }

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

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

 span { border-color: rgb(163,100,81); }

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