#AE7A7B

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

Shades of Turkish Rose #AE7A7B

Tints of Turkish Rose #AE7A7B

Color information

#AE7A7B (or 0xAE7A7B) is unknown color: approx Turkish Rose. HEX triplet: AE, 7A and 7B. RGB value is (174,122,123). Sum of RGB (Red+Green+Blue) = 174+122+123=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A7B is #518584. Grayscale: #898989. Windows color (decimal): -5342597 or 8092334. OLE color: 8092334.

HSL color Cylindrical-coordinate representation of color #AE7A7B: hue angle of 358.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7A7B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174122123-
CMYK00.300.290.32
HSL358.85º24.3%58.04%-
HSV(B)358.85º29.89%68.24%-
XYZ27.9924.3521.96-
YUV137.66119.73153.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=41.53%
G=29.12%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412212300.300.290.32358.8524.358.04
HexAE7A7B01E1D20167183a
Octal25617217303635405473072
Binary10101110111101011110110111101110110000010110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A7B; }

 p { color: rgb(174,122,123); }

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

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

 a { background-color: rgb(174,122,123); }

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

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

 span { border-color: rgb(174,122,123); }

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