#AA676E

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

Shades of Turkish Rose #AA676E

Tints of Turkish Rose #AA676E

Color information

#AA676E (or 0xAA676E) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 6E. RGB value is (170,103,110). Sum of RGB (Red+Green+Blue) = 170+103+110=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA676E is #559891. Grayscale: #7B7B7B. Windows color (decimal): -5609618 or 7235498. OLE color: 7235498.

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

Color convert

RGB170103110-
CMYK00.390.350.33
HSL353.73º28.27%53.53%-
HSV(B)353.73º39.41%66.67%-
XYZ24.2419.3717.21-
YUV123.83120.2160.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=44.39%
G=26.89%
B=28.72%

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
Decimal17010311000.390.350.33353.7328.2753.53
HexAA676E02723211621c36
Octal25214715604743415423466
Binary1010101011001111101110010011110001110000110110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA676E; }

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

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

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

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

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

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

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

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