#A6744E

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

Shades of Sante Fe #A6744E

Tints of Sante Fe #A6744E

Color information

#A6744E (or 0xA6744E) is unknown color: approx Sante Fe. HEX triplet: A6, 74 and 4E. RGB value is (166,116,78). Sum of RGB (Red+Green+Blue) = 166+116+78=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6744E is #598BB1. Grayscale: #7E7E7E. Windows color (decimal): -5868466 or 5141670. OLE color: 5141670.

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

Color convert

RGB16611678-
CMYK00.300.530.35
HSL25.91º36.07%47.84%-
HSV(B)25.91º53.01%65.1%-
XYZ23.3521.1510.06-
YUV126.62100.56156.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=46.11%
G=32.22%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661167800.300.530.3525.9136.0747.84
HexA6744E01E35231a2430
Octal2461641160366543324460
Binary101001101110100100111001111011010110001111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6744E; }

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

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

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

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

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

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

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

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