#AE686A

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

Shades of Turkish Rose #AE686A

Tints of Turkish Rose #AE686A

Color information

#AE686A (or 0xAE686A) is unknown color: approx Turkish Rose. HEX triplet: AE, 68 and 6A. RGB value is (174,104,106). Sum of RGB (Red+Green+Blue) = 174+104+106=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE686A is #519795. Grayscale: #7D7D7D. Windows color (decimal): -5347222 or 6973614. OLE color: 6973614.

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

Color convert

RGB174104106-
CMYK00.400.390.32
HSL358.29º30.17%54.51%-
HSV(B)358.29º40.23%68.24%-
XYZ25.0119.9416.17-
YUV125.16117.19162.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=45.31%
G=27.08%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410410600.400.390.32358.2930.1754.51
HexAE686A02827201661e37
Octal25615015205047405463667
Binary1010111011010001101010010100010011110000010110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE686A; }

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

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

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

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

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

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

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

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