#AA767D

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

Shades of Turkish Rose #AA767D

Tints of Turkish Rose #AA767D

Color information

#AA767D (or 0xAA767D) is unknown color: approx Turkish Rose. HEX triplet: AA, 76 and 7D. RGB value is (170,118,125). Sum of RGB (Red+Green+Blue) = 170+118+125=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA767D is #558982. Grayscale: #868686. Windows color (decimal): -5605763 or 8222378. OLE color: 8222378.

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

Color convert

RGB170118125-
CMYK00.310.260.33
HSL351.92º23.42%56.47%-
HSV(B)351.92º30.59%66.67%-
XYZ26.7622.9822.43-
YUV134.35122.73153.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=41.16%
G=28.57%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011812500.310.260.33351.9223.4256.47
HexAA767D01F1A211601738
Octal25216617503732415402770
Binary10101010111011011111010111111101010000110110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA767D; }

 p { color: rgb(170,118,125); }

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

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

 a { background-color: rgb(170,118,125); }

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

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

 span { border-color: rgb(170,118,125); }

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