#A6624F

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

Shades of Sante Fe #A6624F

Tints of Sante Fe #A6624F

Color information

#A6624F (or 0xA6624F) is unknown color: approx Sante Fe. HEX triplet: A6, 62 and 4F. RGB value is (166,98,79). Sum of RGB (Red+Green+Blue) = 166+98+79=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6624F is #599DB0. Grayscale: #747474. Windows color (decimal): -5873073 or 5202598. OLE color: 5202598.

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

Color convert

RGB1669879-
CMYK00.410.520.35
HSL13.1º35.51%48.04%-
HSV(B)13.1º52.41%65.1%-
XYZ21.517.419.62-
YUV116.17107.03163.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=48.40%
G=28.57%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166987900.410.520.3513.135.5148.04
HexA6624F0293423d2430
Octal2461421170516443154460
Binary101001101100010100111101010011101001000111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6624F; }

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

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

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

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

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

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

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

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