#AE7678

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

Shades of Turkish Rose #AE7678

Tints of Turkish Rose #AE7678

Color information

#AE7678 (or 0xAE7678) is unknown color: approx Turkish Rose. HEX triplet: AE, 76 and 78. RGB value is (174,118,120). Sum of RGB (Red+Green+Blue) = 174+118+120=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7678 is #518987. Grayscale: #878787. Windows color (decimal): -5343624 or 7894702. OLE color: 7894702.

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

Color convert

RGB174118120-
CMYK00.320.310.32
HSL357.86º25.69%57.25%-
HSV(B)357.86º32.18%68.24%-
XYZ27.3223.3120.83-
YUV134.97119.55155.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=42.23%
G=28.64%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411812000.320.310.32357.8625.6957.25
HexAE76780201F201661a39
Octal25616617004037405463271
Binary101011101110110111100001000001111110000010110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7678; }

 p { color: rgb(174,118,120); }

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

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

 a { background-color: rgb(174,118,120); }

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

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

 span { border-color: rgb(174,118,120); }

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