#AC6674

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

Shades of Turkish Rose #AC6674

Tints of Turkish Rose #AC6674

Color information

#AC6674 (or 0xAC6674) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 74. RGB value is (172,102,116). Sum of RGB (Red+Green+Blue) = 172+102+116=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6674 is #53998B. Grayscale: #7C7C7C. Windows color (decimal): -5478796 or 7628460. OLE color: 7628460.

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

Color convert

RGB172102116-
CMYK00.410.330.33
HSL348º29.66%53.73%-
HSV(B)348º40.7%67.45%-
XYZ24.9219.5318.98-
YUV124.53123.19161.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=44.10%
G=26.15%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210211600.410.330.3334829.6653.73
HexAC6674029212115c1e36
Octal25414616405141415343666
Binary1010110011001101110100010100110000110000110101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6674; }

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

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

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

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

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

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

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

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