#A6704F

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

Shades of Sante Fe #A6704F

Tints of Sante Fe #A6704F

Color information

#A6704F (or 0xA6704F) is unknown color: approx Sante Fe. HEX triplet: A6, 70 and 4F. RGB value is (166,112,79). Sum of RGB (Red+Green+Blue) = 166+112+79=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6704F is #598FB0. Grayscale: #7C7C7C. Windows color (decimal): -5869489 or 5206182. OLE color: 5206182.

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

Color convert

RGB16611279-
CMYK00.330.520.35
HSL22.76º35.51%48.04%-
HSV(B)22.76º52.41%65.1%-
XYZ22.9320.2610.1-
YUV124.38102.39157.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=46.50%
G=31.37%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661127900.330.520.3522.7635.5148.04
HexA6704F0213423172430
Octal2461601170416443274460
Binary1010011011100001001111010000111010010001110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6704F; }

 p { color: rgb(166,112,79); }

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

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

 a { background-color: rgb(166,112,79); }

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

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

 span { border-color: rgb(166,112,79); }

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