#AC6669

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

Shades of Turkish Rose #AC6669

Tints of Turkish Rose #AC6669

Color information

#AC6669 (or 0xAC6669) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 69. RGB value is (172,102,105). Sum of RGB (Red+Green+Blue) = 172+102+105=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6669 is #539996. Grayscale: #7B7B7B. Windows color (decimal): -5478807 or 6907564. OLE color: 6907564.

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

Color convert

RGB172102105-
CMYK00.410.390.33
HSL357.43º29.66%53.73%-
HSV(B)357.43º40.7%67.45%-
XYZ24.3119.2915.81-
YUV123.27117.69162.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=45.38%
G=26.91%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210210500.410.390.33357.4329.6653.73
HexAC666902927211651e36
Octal25414615105147415453666
Binary1010110011001101101001010100110011110000110110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6669; }

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

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

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

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

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

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

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

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