#AE6B74

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

Shades of Turkish Rose #AE6B74

Tints of Turkish Rose #AE6B74

Color information

#AE6B74 (or 0xAE6B74) is unknown color: approx Turkish Rose. HEX triplet: AE, 6B and 74. RGB value is (174,107,116). Sum of RGB (Red+Green+Blue) = 174+107+116=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B74 is #51948B. Grayscale: #808080. Windows color (decimal): -5346444 or 7629742. OLE color: 7629742.

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

Color convert

RGB174107116-
CMYK00.390.330.32
HSL351.94º29.26%55.1%-
HSV(B)351.94º38.51%68.24%-
XYZ25.8720.7819.17-
YUV128.06121.2160.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=43.83%
G=26.95%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410711600.390.330.32351.9429.2655.1
HexAE6B7402721201601d37
Octal25615316404741405403567
Binary1010111011010111110100010011110000110000010110000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B74; }

 p { color: rgb(174,107,116); }

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

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

 a { background-color: rgb(174,107,116); }

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

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

 span { border-color: rgb(174,107,116); }

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