#AA6172

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

Shades of Turkish Rose #AA6172

Tints of Turkish Rose #AA6172

Color information

#AA6172 (or 0xAA6172) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 72. RGB value is (170,97,114). Sum of RGB (Red+Green+Blue) = 170+97+114=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6172 is #559E8D. Grayscale: #787878. Windows color (decimal): -5611150 or 7496106. OLE color: 7496106.

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

Color convert

RGB17097114-
CMYK00.430.330.33
HSL346.03º30.04%52.35%-
HSV(B)346.03º42.94%66.67%-
XYZ23.8918.3118.19-
YUV120.76124.18163.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=44.62%
G=25.46%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711400.430.330.33346.0330.0452.35
HexAA617202B212115a1e34
Octal25214116205341415323664
Binary1010101011000011110010010101110000110000110101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6172; }

 p { color: rgb(170,97,114); }

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

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

 a { background-color: rgb(170,97,114); }

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

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

 span { border-color: rgb(170,97,114); }

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