#A2664C

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

Shades of Sante Fe #A2664C

Tints of Sante Fe #A2664C

Color information

#A2664C (or 0xA2664C) is unknown color: approx Sante Fe. HEX triplet: A2, 66 and 4C. RGB value is (162,102,76). Sum of RGB (Red+Green+Blue) = 162+102+76=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2664C is #5D99B3. Grayscale: #757575. Windows color (decimal): -6134196 or 5007010. OLE color: 5007010.

HSL color Cylindrical-coordinate representation of color #A2664C: hue angle of 18.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2664C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16210276-
CMYK00.370.530.36
HSL18.14º36.13%46.67%-
HSV(B)18.14º53.09%63.53%-
XYZ20.9617.719.15-
YUV116.98104.88160.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=47.65%
G=30%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621027600.370.530.3618.1436.1346.67
HexA2664C025352412242f
Octal2421461140456544224457
Binary1010001011001101001100010010111010110010010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2664C; }

 p { color: rgb(162,102,76); }

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

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

 a { background-color: rgb(162,102,76); }

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

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

 span { border-color: rgb(162,102,76); }

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