#AC6675

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

Shades of Turkish Rose #AC6675

Tints of Turkish Rose #AC6675

Color information

#AC6675 (or 0xAC6675) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 75. RGB value is (172,102,117). Sum of RGB (Red+Green+Blue) = 172+102+117=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6675 is #53998A. Grayscale: #7C7C7C. Windows color (decimal): -5478795 or 7693996. OLE color: 7693996.

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

Color convert

RGB172102117-
CMYK00.410.320.33
HSL347.14º29.66%53.73%-
HSV(B)347.14º40.7%67.45%-
XYZ24.9819.5619.29-
YUV124.64123.69161.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=43.99%
G=26.09%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210211700.410.320.33347.1429.6653.73
HexAC6675029202115b1e36
Octal25414616505140415333666
Binary1010110011001101110101010100110000010000110101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6675; }

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

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

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

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

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

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

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

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