Html Css Color HEX #AE6076 Turkish Rose

📋 copy color: '#AE6076'

red 174 ◦ green 96 ◦ blue 118

#AE6076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AE6076

Tints of Turkish Rose #AE6076

RGB

 RED value IS 174 (68.36% from 255) = 44.85%

 GREEN value IS 96 (37.89% from 255) = 24.74%

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 44.85%
G = 24.74%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE6076 (or 0xAE6076) is known color: Turkish Rose. HEX triplet: AE, 60 and 76. RGB value is (174,96,118). Sum of RGB (Red+Green+Blue) = 174+96+118=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6076 is #519F89. Grayscale: #797979. Windows color (decimal): -5349258 or 7757998. OLE color: 7757998.

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

Color convert

RGB 174 96 118 -
CMYK 0 0.45 0.32 0.32
HSL 343.08º 0.33% 0.53% -
HSV(B) 343.08º 0.45% 0.68% -
XYZ 24.91 18.67 19.43 -
YUV 121.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 174 96 118 0 0.45 0.32 0.32 343.08 0.33 0.53
Hex AE 60 76 0 2D 20 20 157 20 35
Octal 256 140 166 0 55 40 40 527 40 65
Binary 10101110 1100000 1110110 0 101101 100000 100000 101010111 100000 110101

Color Harmonies of #AE6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6076

Black with #AE6076

Text Example


Text Example

White with #AE6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6076; }

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

 H1.HeaderClassName
 {
   color: #AE6076;
 }
 .AnyTagClassName
 {
   color: #AE6076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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