#A6714E

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

Shades of Sante Fe #A6714E

Tints of Sante Fe #A6714E

Color information

#A6714E (or 0xA6714E) is unknown color: approx Sante Fe. HEX triplet: A6, 71 and 4E. RGB value is (166,113,78). Sum of RGB (Red+Green+Blue) = 166+113+78=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6714E is #598EB1. Grayscale: #7D7D7D. Windows color (decimal): -5869234 or 5140902. OLE color: 5140902.

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

Color convert

RGB16611378-
CMYK00.320.530.35
HSL23.86º36.07%47.84%-
HSV(B)23.86º53.01%65.1%-
XYZ23.0120.479.95-
YUV124.86101.56157.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=46.50%
G=31.65%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661137800.320.530.3523.8636.0747.84
HexA6714E0203523182430
Octal2461611160406543304460
Binary1010011011100011001110010000011010110001111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6714E; }

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

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

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

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

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

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

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

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