Html Css Color HEX #AE757B Turkish Rose

📋 copy color: '#AE757B'

red 174 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #AE757B

Tints of Turkish Rose #AE757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 42.03%
G = 28.26%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE757B (or 0xAE757B) is known color: Turkish Rose. HEX triplet: AE, 75 and 7B. RGB value is (174,117,123). Sum of RGB (Red+Green+Blue) = 174+117+123=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757B is #518A84. Grayscale: #868686. Windows color (decimal): -5343877 or 8091054. OLE color: 8091054.

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

Color convert

RGB 174 117 123 -
CMYK 0 0.33 0.29 0.32
HSL 353.68º 0.26% 0.57% -
HSV(B) 353.68º 0.33% 0.68% -
XYZ 27.39 23.15 21.76 -
YUV 134.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 174 117 123 0 0.33 0.29 0.32 353.68 0.26 0.57
Hex AE 75 7B 0 21 1D 20 162 1A 39
Octal 256 165 173 0 41 35 40 542 32 71
Binary 10101110 1110101 1111011 0 100001 11101 100000 101100010 11010 111001

Color Harmonies of #AE757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE757B

Black with #AE757B

Text Example


Text Example

White with #AE757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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