#A6694E

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

Shades of Sante Fe #A6694E

Tints of Sante Fe #A6694E

Color information

#A6694E (or 0xA6694E) is unknown color: approx Sante Fe. HEX triplet: A6, 69 and 4E. RGB value is (166,105,78). Sum of RGB (Red+Green+Blue) = 166+105+78=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A6694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6694E is #5996B1. Grayscale: #787878. Windows color (decimal): -5871282 or 5138854. OLE color: 5138854.

HSL color Cylindrical-coordinate representation of color #A6694E: hue angle of 18.41º 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 #A6694E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16610578-
CMYK00.370.530.35
HSL18.41º36.07%47.84%-
HSV(B)18.41º53.01%65.1%-
XYZ22.1518.769.66-
YUV120.16104.21160.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=47.56%
G=30.09%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661057800.370.530.3518.4136.0747.84
HexA6694E0253523122430
Octal2461511160456543224460
Binary1010011011010011001110010010111010110001110010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6694E; }

 p { color: rgb(166,105,78); }

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

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

 a { background-color: rgb(166,105,78); }

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

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

 span { border-color: rgb(166,105,78); }

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