#A36450

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

Shades of Sante Fe #A36450

Tints of Sante Fe #A36450

Color information

#A36450 (or 0xA36450) is unknown color: approx Sante Fe. HEX triplet: A3, 64 and 50. RGB value is (163,100,80). Sum of RGB (Red+Green+Blue) = 163+100+80=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36450 is #5C9BAF. Grayscale: #747474. Windows color (decimal): -6069168 or 5268643. OLE color: 5268643.

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

Color convert

RGB16310080-
CMYK00.390.510.36
HSL14.46º34.16%47.65%-
HSV(B)14.46º50.92%63.92%-
XYZ21.1117.489.85-
YUV116.56107.37161.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=47.52%
G=29.15%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631008000.390.510.3614.4634.1647.65
HexA364500273324e2230
Octal2431441200476344164260
Binary101000111100100101000001001111100111001001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36450; }

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

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

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

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

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

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

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

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