#AE6376

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

Shades of Turkish Rose #AE6376

Tints of Turkish Rose #AE6376

Color information

#AE6376 (or 0xAE6376) is unknown color: approx Turkish Rose. HEX triplet: AE, 63 and 76. RGB value is (174,99,118). Sum of RGB (Red+Green+Blue) = 174+99+118=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6376 is #519C89. Grayscale: #7B7B7B. Windows color (decimal): -5348490 or 7758766. OLE color: 7758766.

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

Color convert

RGB17499118-
CMYK00.430.320.32
HSL344.8º31.65%53.53%-
HSV(B)344.8º43.1%68.24%-
XYZ25.1919.2319.52-
YUV123.59124.85163.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=44.50%
G=25.32%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749911800.430.320.32344.831.6553.53
HexAE637602B20201592036
Octal25614316605340405314066
Binary10101110110001111101100101011100000100000101011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6376; }

 p { color: rgb(174,99,118); }

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

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

 a { background-color: rgb(174,99,118); }

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

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

 span { border-color: rgb(174,99,118); }

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