#AE6A6C

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

Shades of Turkish Rose #AE6A6C

Tints of Turkish Rose #AE6A6C

Color information

#AE6A6C (or 0xAE6A6C) is unknown color: approx Turkish Rose. HEX triplet: AE, 6A and 6C. RGB value is (174,106,108). Sum of RGB (Red+Green+Blue) = 174+106+108=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A6C is #519593. Grayscale: #7E7E7E. Windows color (decimal): -5346708 or 7105198. OLE color: 7105198.

HSL color Cylindrical-coordinate representation of color #AE6A6C: hue angle of 358.24º degrees, saturation: 0.3, 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 #AE6A6C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB174106108-
CMYK00.390.380.32
HSL358.24º29.57%54.9%-
HSV(B)358.24º39.08%68.24%-
XYZ25.3220.3916.79-
YUV126.56117.53161.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=44.85%
G=27.32%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410610800.390.380.32358.2429.5754.9
HexAE6A6C02726201661e37
Octal25615215404746405463667
Binary1010111011010101101100010011110011010000010110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A6C; }

 p { color: rgb(174,106,108); }

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

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

 a { background-color: rgb(174,106,108); }

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

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

 span { border-color: rgb(174,106,108); }

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