#AE777A

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

Shades of Turkish Rose #AE777A

Tints of Turkish Rose #AE777A

Color information

#AE777A (or 0xAE777A) is unknown color: approx Turkish Rose. HEX triplet: AE, 77 and 7A. RGB value is (174,119,122). Sum of RGB (Red+Green+Blue) = 174+119+122=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE777A is #518885. Grayscale: #878787. Windows color (decimal): -5343366 or 8026030. OLE color: 8026030.

HSL color Cylindrical-coordinate representation of color #AE777A: hue angle of 356.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE777A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174119122-
CMYK00.320.300.32
HSL356.73º25.35%57.45%-
HSV(B)356.73º31.61%68.24%-
XYZ27.5723.621.51-
YUV135.79120.22155.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=41.93%
G=28.67%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411912200.320.300.32356.7325.3557.45
HexAE777A0201E201651939
Octal25616717204036405453171
Binary101011101110111111101001000001111010000010110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE777A; }

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

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

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

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

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

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

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

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