#AE6267

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

Shades of Turkish Rose #AE6267

Tints of Turkish Rose #AE6267

Color information

#AE6267 (or 0xAE6267) is unknown color: approx Turkish Rose. HEX triplet: AE, 62 and 67. RGB value is (174,98,103). Sum of RGB (Red+Green+Blue) = 174+98+103=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6267 is #519D98. Grayscale: #797979. Windows color (decimal): -5348761 or 6775470. OLE color: 6775470.

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

Color convert

RGB17498103-
CMYK00.440.410.32
HSL356.05º31.93%53.33%-
HSV(B)356.05º43.68%68.24%-
XYZ24.2718.7115.16-
YUV121.29117.68165.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=46.4%
G=26.13%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749810300.440.410.32356.0531.9353.33
HexAE626702C29201642035
Octal25614214705451405444065
Binary10101110110001011001110101100101001100000101100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6267; }

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

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

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

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

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

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

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

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