#A1674B

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

Shades of Sante Fe #A1674B

Tints of Sante Fe #A1674B

Color information

#A1674B (or 0xA1674B) is unknown color: approx Sante Fe. HEX triplet: A1, 67 and 4B. RGB value is (161,103,75). Sum of RGB (Red+Green+Blue) = 161+103+75=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1674B is #5E98B4. Grayscale: #757575. Windows color (decimal): -6199477 or 4941729. OLE color: 4941729.

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

Color convert

RGB16110375-
CMYK00.360.530.37
HSL19.53º36.44%46.27%-
HSV(B)19.53º53.42%63.14%-
XYZ20.8217.798.99-
YUV117.15104.22159.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=47.49%
G=30.38%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611037500.360.530.3719.5336.4446.27
HexA1674B024352514242e
Octal2411471130446545244456
Binary1010000111001111001011010010011010110010110100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1674B; }

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

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

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

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

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

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

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

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