Html Css Color HEX #AE717B Turkish Rose

📋 copy color: '#AE717B'

red 174 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #AE717B

Tints of Turkish Rose #AE717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 42.44%
G = 27.56%
B = 30%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE717B (or 0xAE717B) is known color: Turkish Rose. HEX triplet: AE, 71 and 7B. RGB value is (174,113,123). Sum of RGB (Red+Green+Blue) = 174+113+123=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE717B is #518E84. Grayscale: #848484. Windows color (decimal): -5344901 or 8090030. OLE color: 8090030.

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

Color convert

RGB 174 113 123 -
CMYK 0 0.35 0.29 0.32
HSL 350.16º 0.27% 0.56% -
HSV(B) 350.16º 0.35% 0.68% -
XYZ 26.94 22.24 21.61 -
YUV 132.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 174 113 123 0 0.35 0.29 0.32 350.16 0.27 0.56
Hex AE 71 7B 0 23 1D 20 15E 1B 38
Octal 256 161 173 0 43 35 40 536 33 70
Binary 10101110 1110001 1111011 0 100011 11101 100000 101011110 11011 111000

Color Harmonies of #AE717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE717B

Black with #AE717B

Text Example


Text Example

White with #AE717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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