Html Css Color HEX #AE777D Turkish Rose

📋 copy color: '#AE777D'

red 174 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #AE777D

Tints of Turkish Rose #AE777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 41.63%
G = 28.47%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE777D (or 0xAE777D) is known color: Turkish Rose. HEX triplet: AE, 77 and 7D. RGB value is (174,119,125). Sum of RGB (Red+Green+Blue) = 174+119+125=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE777D is #518882. Grayscale: #888888. Windows color (decimal): -5343363 or 8222638. OLE color: 8222638.

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

Color convert

RGB 174 119 125 -
CMYK 0 0.32 0.28 0.32
HSL 353.45º 0.25% 0.57% -
HSV(B) 353.45º 0.32% 0.68% -
XYZ 27.75 23.67 22.51 -
YUV 136.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 174 119 125 0 0.32 0.28 0.32 353.45 0.25 0.57
Hex AE 77 7D 0 20 1C 20 161 19 39
Octal 256 167 175 0 40 34 40 541 31 71
Binary 10101110 1110111 1111101 0 100000 11100 100000 101100001 11001 111001

Color Harmonies of #AE777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE777D

Black with #AE777D

Text Example


Text Example

White with #AE777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE777D; }

 p { color: rgb(174,119,125); }

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

background-color css

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

 a { background-color: rgb(174,119,125); }

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

border-color css

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

 span { border-color: rgb(174,119,125); }

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