#AE6874

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

Shades of Turkish Rose #AE6874

Tints of Turkish Rose #AE6874

Color information

#AE6874 (or 0xAE6874) is unknown color: approx Turkish Rose. HEX triplet: AE, 68 and 74. RGB value is (174,104,116). Sum of RGB (Red+Green+Blue) = 174+104+116=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6874 is #51978B. Grayscale: #7E7E7E. Windows color (decimal): -5347212 or 7628974. OLE color: 7628974.

HSL color Cylindrical-coordinate representation of color #AE6874: hue angle of 349.71º 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 #AE6874 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB174104116-
CMYK00.400.330.32
HSL349.71º30.17%54.51%-
HSV(B)349.71º40.23%68.24%-
XYZ25.5620.1619.07-
YUV126.3122.19162.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=44.16%
G=26.40%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410411600.400.330.32349.7130.1754.51
HexAE6874028212015e1e37
Octal25615016405041405363667
Binary1010111011010001110100010100010000110000010101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6874; }

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

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

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

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

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

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

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

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