#A7664E

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

Shades of Sante Fe #A7664E

Tints of Sante Fe #A7664E

Color information

#A7664E (or 0xA7664E) is unknown color: approx Sante Fe. HEX triplet: A7, 66 and 4E. RGB value is (167,102,78). Sum of RGB (Red+Green+Blue) = 167+102+78=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A7664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7664E is #5899B1. Grayscale: #767676. Windows color (decimal): -5806514 or 5138087. OLE color: 5138087.

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

Color convert

RGB16710278-
CMYK00.390.530.35
HSL16.18º36.33%48.04%-
HSV(B)16.18º53.29%65.49%-
XYZ22.0618.279.57-
YUV118.7105.03162.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=48.13%
G=29.39%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671027800.390.530.3516.1836.3348.04
HexA7664E0273523102430
Octal2471461160476543204460
Binary1010011111001101001110010011111010110001110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7664E; }

 p { color: rgb(167,102,78); }

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

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

 a { background-color: rgb(167,102,78); }

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

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

 span { border-color: rgb(167,102,78); }

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