#AE656A

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

Shades of Turkish Rose #AE656A

Tints of Turkish Rose #AE656A

Color information

#AE656A (or 0xAE656A) is unknown color: approx Turkish Rose. HEX triplet: AE, 65 and 6A. RGB value is (174,101,106). Sum of RGB (Red+Green+Blue) = 174+101+106=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE656A is #519A95. Grayscale: #7B7B7B. Windows color (decimal): -5347990 or 6972846. OLE color: 6972846.

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

Color convert

RGB174101106-
CMYK00.420.390.32
HSL355.89º31.06%53.92%-
HSV(B)355.89º41.95%68.24%-
XYZ24.7119.3516.07-
YUV123.4118.18164.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=45.67%
G=26.51%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410110600.420.390.32355.8931.0653.92
HexAE656A02A27201641f36
Octal25614515205247405443766
Binary1010111011001011101010010101010011110000010110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE656A; }

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

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

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

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

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

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

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

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