#AA6675

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

Shades of Turkish Rose #AA6675

Tints of Turkish Rose #AA6675

Color information

#AA6675 (or 0xAA6675) is unknown color: approx Turkish Rose. HEX triplet: AA, 66 and 75. RGB value is (170,102,117). Sum of RGB (Red+Green+Blue) = 170+102+117=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6675 is #55998A. Grayscale: #7C7C7C. Windows color (decimal): -5609867 or 7693994. OLE color: 7693994.

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

Color convert

RGB170102117-
CMYK00.40.310.33
HSL346.76º28.57%53.33%-
HSV(B)346.76º40%66.67%-
XYZ24.5419.3319.27-
YUV124.04124.03160.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=43.70%
G=26.22%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010211700.40.310.33346.7628.5753.33
HexAA66750281F2115b1d35
Octal25214616505037415333565
Binary101010101100110111010101010001111110000110101101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6675; }

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

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

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

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

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

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

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

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