#A6724B

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

Shades of Sante Fe #A6724B

Tints of Sante Fe #A6724B

Color information

#A6724B (or 0xA6724B) is unknown color: approx Sante Fe. HEX triplet: A6, 72 and 4B. RGB value is (166,114,75). Sum of RGB (Red+Green+Blue) = 166+114+75=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6724B is #598DB4. Grayscale: #7D7D7D. Windows color (decimal): -5868981 or 4944550. OLE color: 4944550.

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

Color convert

RGB16611475-
CMYK00.310.550.35
HSL25.71º37.76%47.25%-
HSV(B)25.71º54.82%65.1%-
XYZ23.0120.659.43-
YUV125.199.73157.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=46.76%
G=32.11%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661147500.310.550.3525.7137.7647.25
HexA6724B01F37231a262f
Octal2461621130376743324657
Binary101001101110010100101101111111011110001111010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6724B; }

 p { color: rgb(166,114,75); }

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

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

 a { background-color: rgb(166,114,75); }

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

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

 span { border-color: rgb(166,114,75); }

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