Html Css Color HEX #AE7279 Turkish Rose

📋 copy color: '#AE7279'

red 174 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #AE7279

Tints of Turkish Rose #AE7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 42.54%
G = 27.87%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE7279 (or 0xAE7279) is known color: Turkish Rose. HEX triplet: AE, 72 and 79. RGB value is (174,114,121). Sum of RGB (Red+Green+Blue) = 174+114+121=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7279 is #518D86. Grayscale: #848484. Windows color (decimal): -5344647 or 7959214. OLE color: 7959214.

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

Color convert

RGB 174 114 121 -
CMYK 0 0.34 0.30 0.32
HSL 353º 0.27% 0.56% -
HSV(B) 353º 0.34% 0.68% -
XYZ 26.92 22.41 21 -
YUV 132.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 174 114 121 0 0.34 0.30 0.32 353 0.27 0.56
Hex AE 72 79 0 22 1E 20 161 1B 38
Octal 256 162 171 0 42 36 40 541 33 70
Binary 10101110 1110010 1111001 0 100010 11110 100000 101100001 11011 111000

Color Harmonies of #AE7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7279

Black with #AE7279

Text Example


Text Example

White with #AE7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7279; }

 p { color: rgb(174,114,121); }

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

background-color css

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

 a { background-color: rgb(174,114,121); }

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

border-color css

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

 span { border-color: rgb(174,114,121); }

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