#A7664B

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

Shades of Sante Fe #A7664B

Tints of Sante Fe #A7664B

Color information

#A7664B (or 0xA7664B) is unknown color: approx Sante Fe. HEX triplet: A7, 66 and 4B. RGB value is (167,102,75). Sum of RGB (Red+Green+Blue) = 167+102+75=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7664B is #5899B4. Grayscale: #767676. Windows color (decimal): -5806517 or 4941479. OLE color: 4941479.

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

Color convert

RGB16710275-
CMYK00.390.550.35
HSL17.61º38.02%47.45%-
HSV(B)17.61º55.09%65.49%-
XYZ21.9618.239.02-
YUV118.36103.53162.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=48.55%
G=29.65%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671027500.390.550.3517.6138.0247.45
HexA7664B027372312262f
Octal2471461130476743224657
Binary1010011111001101001011010011111011110001110010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7664B; }

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

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

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

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

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

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

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

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