#AE6569

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

Shades of Turkish Rose #AE6569

Tints of Turkish Rose #AE6569

Color information

#AE6569 (or 0xAE6569) is unknown color: approx Turkish Rose. HEX triplet: AE, 65 and 69. RGB value is (174,101,105). Sum of RGB (Red+Green+Blue) = 174+101+105=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6569 is #519A96. Grayscale: #7B7B7B. Windows color (decimal): -5347991 or 6907310. OLE color: 6907310.

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

Color convert

RGB174101105-
CMYK00.420.400.32
HSL356.71º31.06%53.92%-
HSV(B)356.71º41.95%68.24%-
XYZ24.6619.3315.8-
YUV123.28117.68164.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=45.79%
G=26.58%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410110500.420.400.32356.7131.0653.92
HexAE656902A28201651f36
Octal25614515105250405453766
Binary1010111011001011101001010101010100010000010110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6569; }

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

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

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

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

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

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

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

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