#AC646A

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

Shades of Turkish Rose #AC646A

Tints of Turkish Rose #AC646A

Color information

#AC646A (or 0xAC646A) is unknown color: approx Turkish Rose. HEX triplet: AC, 64 and 6A. RGB value is (172,100,106). Sum of RGB (Red+Green+Blue) = 172+100+106=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646A is #539B95. Grayscale: #7A7A7A. Windows color (decimal): -5479318 or 6972588. OLE color: 6972588.

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

Color convert

RGB172100106-
CMYK00.420.380.33
HSL355º30.25%53.33%-
HSV(B)355º41.86%67.45%-
XYZ24.1718.9316.01-
YUV122.21118.85163.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=45.50%
G=26.46%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210010600.420.380.3335530.2553.33
HexAC646A02A26211631e35
Octal25414415205246415433665
Binary1010110011001001101010010101010011010000110110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC646A; }

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

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

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

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

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

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

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

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