#AE6875

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

Shades of Turkish Rose #AE6875

Tints of Turkish Rose #AE6875

Color information

#AE6875 (or 0xAE6875) is unknown color: approx Turkish Rose. HEX triplet: AE, 68 and 75. RGB value is (174,104,117). Sum of RGB (Red+Green+Blue) = 174+104+117=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6875 is #51978A. Grayscale: #7E7E7E. Windows color (decimal): -5347211 or 7694510. OLE color: 7694510.

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

Color convert

RGB174104117-
CMYK00.400.330.32
HSL348.86º30.17%54.51%-
HSV(B)348.86º40.23%68.24%-
XYZ25.6220.1819.38-
YUV126.41122.69161.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=44.05%
G=26.33%
B=29.62%

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
Decimal17410411700.400.330.32348.8630.1754.51
HexAE6875028212015d1e37
Octal25615016505041405353667
Binary1010111011010001110101010100010000110000010101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6875; }

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

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

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

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

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

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

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

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