#AA676F

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

Shades of Turkish Rose #AA676F

Tints of Turkish Rose #AA676F

Color information

#AA676F (or 0xAA676F) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 6F. RGB value is (170,103,111). Sum of RGB (Red+Green+Blue) = 170+103+111=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676F is #559890. Grayscale: #7B7B7B. Windows color (decimal): -5609617 or 7301034. OLE color: 7301034.

HSL color Cylindrical-coordinate representation of color #AA676F: hue angle of 352.84º 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 #AA676F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170103111-
CMYK00.390.350.33
HSL352.84º28.27%53.53%-
HSV(B)352.84º39.41%66.67%-
XYZ24.319.3917.5-
YUV123.94120.7160.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=44.27%
G=26.82%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311100.390.350.33352.8428.2753.53
HexAA676F02723211611c36
Octal25214715704743415413466
Binary1010101011001111101111010011110001110000110110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA676F; }

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

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

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

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

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

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

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

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