#AA7C7D

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

Shades of Turkish Rose #AA7C7D

Tints of Turkish Rose #AA7C7D

Color information

#AA7C7D (or 0xAA7C7D) is unknown color: approx Turkish Rose. HEX triplet: AA, 7C and 7D. RGB value is (170,124,125). Sum of RGB (Red+Green+Blue) = 170+124+125=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7D is #558382. Grayscale: #898989. Windows color (decimal): -5604227 or 8223914. OLE color: 8223914.

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

Color convert

RGB170124125-
CMYK00.270.260.33
HSL358.7º21.3%57.65%-
HSV(B)358.7º27.06%66.67%-
XYZ27.4924.4422.67-
YUV137.87120.74150.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=40.57%
G=29.59%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012412500.270.260.33358.721.357.65
HexAA7C7D01B1A21167153a
Octal25217417503332415472572
Binary10101010111110011111010110111101010000110110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C7D; }

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

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

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

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

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

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

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

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