#AC6672

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

Shades of Turkish Rose #AC6672

Tints of Turkish Rose #AC6672

Color information

#AC6672 (or 0xAC6672) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 72. RGB value is (172,102,114). Sum of RGB (Red+Green+Blue) = 172+102+114=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6672 is #53998D. Grayscale: #7C7C7C. Windows color (decimal): -5478798 or 7497388. OLE color: 7497388.

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

Color convert

RGB172102114-
CMYK00.410.340.33
HSL349.71º29.66%53.73%-
HSV(B)349.71º40.7%67.45%-
XYZ24.819.4918.37-
YUV124.3122.19162.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=44.33%
G=26.29%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210211400.410.340.33349.7129.6653.73
HexAC6672029222115e1e36
Octal25414616205142415363666
Binary1010110011001101110010010100110001010000110101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6672; }

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

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

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

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

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

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

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

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