#AE8182

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

Shades of Turkish Rose #AE8182

Tints of Turkish Rose #AE8182

Color information

#AE8182 (or 0xAE8182) is unknown color: approx Turkish Rose. HEX triplet: AE, 81 and 82. RGB value is (174,129,130). Sum of RGB (Red+Green+Blue) = 174+129+130=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8182 is #517E7D. Grayscale: #8E8E8E. Windows color (decimal): -5340798 or 8552878. OLE color: 8552878.

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

Color convert

RGB174129130-
CMYK00.260.250.32
HSL358.67º21.74%59.41%-
HSV(B)358.67º25.86%68.24%-
XYZ29.3426.3124.65-
YUV142.57120.91150.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=40.18%
G=29.79%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412913000.260.250.32358.6721.7459.41
HexAE818201A1920167163b
Octal25620120203231405472673
Binary1010111010000001100000100110101100110000010110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8182; }

 p { color: rgb(174,129,130); }

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

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

 a { background-color: rgb(174,129,130); }

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

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

 span { border-color: rgb(174,129,130); }

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