#AC606A

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

Shades of Turkish Rose #AC606A

Tints of Turkish Rose #AC606A

Color information

#AC606A (or 0xAC606A) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 6A. RGB value is (172,96,106). Sum of RGB (Red+Green+Blue) = 172+96+106=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606A is #539F95. Grayscale: #777777. Windows color (decimal): -5480342 or 6971564. OLE color: 6971564.

HSL color Cylindrical-coordinate representation of color #AC606A: hue angle of 352.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC606A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17296106-
CMYK00.440.380.33
HSL352.11º31.4%52.55%-
HSV(B)352.11º44.19%67.45%-
XYZ23.818.1815.89-
YUV119.86120.18165.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=45.99%
G=25.67%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729610600.440.380.33352.1131.452.55
HexAC606A02C26211601f35
Octal25414015205446415403765
Binary1010110011000001101010010110010011010000110110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC606A; }

 p { color: rgb(172,96,106); }

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

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

 a { background-color: rgb(172,96,106); }

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

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

 span { border-color: rgb(172,96,106); }

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