#AE6973

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

Shades of Turkish Rose #AE6973

Tints of Turkish Rose #AE6973

Color information

#AE6973 (or 0xAE6973) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 73. RGB value is (174,105,115). Sum of RGB (Red+Green+Blue) = 174+105+115=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6973 is #51968C. Grayscale: #7E7E7E. Windows color (decimal): -5346957 or 7563694. OLE color: 7563694.

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

Color convert

RGB174105115-
CMYK00.400.340.32
HSL351.3º29.87%54.71%-
HSV(B)351.3º39.66%68.24%-
XYZ25.620.3418.8-
YUV126.77121.36161.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=44.16%
G=26.65%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410511500.400.340.32351.329.8754.71
HexAE6973028222015f1e37
Octal25615116305042405373667
Binary1010111011010011110011010100010001010000010101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6973; }

 p { color: rgb(174,105,115); }

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

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

 a { background-color: rgb(174,105,115); }

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

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

 span { border-color: rgb(174,105,115); }

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