#A1674E

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

Shades of Sante Fe #A1674E

Tints of Sante Fe #A1674E

Color information

#A1674E (or 0xA1674E) is unknown color: approx Sante Fe. HEX triplet: A1, 67 and 4E. RGB value is (161,103,78). Sum of RGB (Red+Green+Blue) = 161+103+78=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1674E is #5E98B1. Grayscale: #757575. Windows color (decimal): -6199474 or 5138337. OLE color: 5138337.

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

Color convert

RGB16110378-
CMYK00.360.520.37
HSL18.07º34.73%46.86%-
HSV(B)18.07º51.55%63.14%-
XYZ20.9217.839.55-
YUV117.49105.72159.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=47.08%
G=30.12%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611037800.360.520.3718.0734.7346.86
HexA1674E024342512232f
Octal2411471160446445224357
Binary1010000111001111001110010010011010010010110010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1674E; }

 p { color: rgb(161,103,78); }

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

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

 a { background-color: rgb(161,103,78); }

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

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

 span { border-color: rgb(161,103,78); }

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