#AE6977

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

Shades of Turkish Rose #AE6977

Tints of Turkish Rose #AE6977

Color information

#AE6977 (or 0xAE6977) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 77. RGB value is (174,105,119). Sum of RGB (Red+Green+Blue) = 174+105+119=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6977 is #519688. Grayscale: #7F7F7F. Windows color (decimal): -5346953 or 7825838. OLE color: 7825838.

HSL color Cylindrical-coordinate representation of color #AE6977: hue angle of 347.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6977 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174105119-
CMYK00.400.320.32
HSL347.83º29.87%54.71%-
HSV(B)347.83º39.66%68.24%-
XYZ25.8420.4320.04-
YUV127.23123.36161.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=43.72%
G=26.38%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410511900.400.320.32347.8329.8754.71
HexAE6977028202015c1e37
Octal25615116705040405343667
Binary1010111011010011110111010100010000010000010101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6977; }

 p { color: rgb(174,105,119); }

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

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

 a { background-color: rgb(174,105,119); }

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

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

 span { border-color: rgb(174,105,119); }

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