#A2704E

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

Shades of Sante Fe #A2704E

Tints of Sante Fe #A2704E

Color information

#A2704E (or 0xA2704E) is unknown color: approx Sante Fe. HEX triplet: A2, 70 and 4E. RGB value is (162,112,78). Sum of RGB (Red+Green+Blue) = 162+112+78=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2704E is #5D8FB1. Grayscale: #7B7B7B. Windows color (decimal): -6131634 or 5140642. OLE color: 5140642.

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

Color convert

RGB16211278-
CMYK00.310.520.36
HSL24.29º35%47.06%-
HSV(B)24.29º51.85%63.53%-
XYZ22.0719.829.87-
YUV123.07102.56155.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=46.02%
G=31.82%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621127800.310.520.3624.293547.06
HexA2704E01F342418232f
Octal2421601160376444304357
Binary101000101110000100111001111111010010010011000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2704E; }

 p { color: rgb(162,112,78); }

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

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

 a { background-color: rgb(162,112,78); }

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

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

 span { border-color: rgb(162,112,78); }

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