#AA676C

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

Shades of Turkish Rose #AA676C

Tints of Turkish Rose #AA676C

Color information

#AA676C (or 0xAA676C) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 6C. RGB value is (170,103,108). Sum of RGB (Red+Green+Blue) = 170+103+108=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676C is #559893. Grayscale: #7B7B7B. Windows color (decimal): -5609620 or 7104426. OLE color: 7104426.

HSL color Cylindrical-coordinate representation of color #AA676C: hue angle of 355.52º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA676C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170103108-
CMYK00.390.360.33
HSL355.52º28.27%53.53%-
HSV(B)355.52º39.41%66.67%-
XYZ24.1319.3316.65-
YUV123.6119.2161.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=44.62%
G=27.03%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010310800.390.360.33355.5228.2753.53
HexAA676C02724211641c36
Octal25214715404744415443466
Binary1010101011001111101100010011110010010000110110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA676C; }

 p { color: rgb(170,103,108); }

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

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

 a { background-color: rgb(170,103,108); }

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

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

 span { border-color: rgb(170,103,108); }

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