#AE6768

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

Shades of Turkish Rose #AE6768

Tints of Turkish Rose #AE6768

Color information

#AE6768 (or 0xAE6768) is unknown color: approx Turkish Rose. HEX triplet: AE, 67 and 68. RGB value is (174,103,104). Sum of RGB (Red+Green+Blue) = 174+103+104=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6768 is #519897. Grayscale: #7C7C7C. Windows color (decimal): -5347480 or 6842286. OLE color: 6842286.

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

Color convert

RGB174103104-
CMYK00.410.400.32
HSL359.15º30.47%54.31%-
HSV(B)359.15º40.8%68.24%-
XYZ24.819.715.59-
YUV124.34116.52163.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=45.67%
G=27.03%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410310400.410.400.32359.1530.4754.31
HexAE676802928201671e36
Octal25614715005150405473666
Binary1010111011001111101000010100110100010000010110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6768; }

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

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

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

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

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

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

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

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