#AC666E

Color #AC666E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AC666E

Tints of Turkish Rose #AC666E

Color information

#AC666E (or 0xAC666E) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 6E. RGB value is (172,102,110). Sum of RGB (Red+Green+Blue) = 172+102+110=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666E is #539991. Grayscale: #7B7B7B. Windows color (decimal): -5478802 or 7235244. OLE color: 7235244.

HSL color Cylindrical-coordinate representation of color #AC666E: hue angle of 353.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC666E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB172102110-
CMYK00.410.360.33
HSL353.14º29.66%53.73%-
HSV(B)353.14º40.7%67.45%-
XYZ24.5819.417.2-
YUV123.84120.19162.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=44.79%
G=26.56%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210211000.410.360.33353.1429.6653.73
HexAC666E02924211611e36
Octal25414615605144415413666
Binary1010110011001101101110010100110010010000110110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC666E; }

 p { color: rgb(172,102,110); }

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

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

 a { background-color: rgb(172,102,110); }

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

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

 span { border-color: rgb(172,102,110); }

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