Html Css Color HEX #AE727A Turkish Rose

📋 copy color: '#AE727A'

red 174 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #AE727A

Tints of Turkish Rose #AE727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 42.44%
G = 27.8%
B = 29.76%

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

#AE727A (or 0xAE727A) is known color: Turkish Rose. HEX triplet: AE, 72 and 7A. RGB value is (174,114,122). Sum of RGB (Red+Green+Blue) = 174+114+122=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727A is #518D85. Grayscale: #848484. Windows color (decimal): -5344646 or 8024750. OLE color: 8024750.

HSL color Cylindrical-coordinate representation of color #AE727A: hue angle of 352º 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 #AE727A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 122 -
CMYK 0 0.34 0.30 0.32
HSL 352º 0.27% 0.56% -
HSV(B) 352º 0.34% 0.68% -
XYZ 26.99 22.44 21.32 -
YUV 132.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 174 114 122 0 0.34 0.30 0.32 352 0.27 0.56
Hex AE 72 7A 0 22 1E 20 160 1B 38
Octal 256 162 172 0 42 36 40 540 33 70
Binary 10101110 1110010 1111010 0 100010 11110 100000 101100000 11011 111000

Color Harmonies of #AE727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE727A

Black with #AE727A

Text Example


Text Example

White with #AE727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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