#AE6275

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

Shades of Turkish Rose #AE6275

Tints of Turkish Rose #AE6275

Color information

#AE6275 (or 0xAE6275) is unknown color: approx Turkish Rose. HEX triplet: AE, 62 and 75. RGB value is (174,98,117). Sum of RGB (Red+Green+Blue) = 174+98+117=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6275 is #519D8A. Grayscale: #7A7A7A. Windows color (decimal): -5348747 or 7692974. OLE color: 7692974.

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

Color convert

RGB17498117-
CMYK00.440.330.32
HSL345º31.93%53.33%-
HSV(B)345º43.68%68.24%-
XYZ25.0319.0219.18-
YUV122.89124.68164.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=44.73%
G=25.19%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749811700.440.330.3234531.9353.33
HexAE627502C21201592035
Octal25614216505441405314065
Binary10101110110001011101010101100100001100000101011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6275; }

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

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

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

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

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

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

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

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