Html Css Color HEX #AE787D Turkish Rose

📋 copy color: '#AE787D'

red 174 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #AE787D

Tints of Turkish Rose #AE787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

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

R = 41.53%
G = 28.64%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE787D (or 0xAE787D) is known color: Turkish Rose. HEX triplet: AE, 78 and 7D. RGB value is (174,120,125). Sum of RGB (Red+Green+Blue) = 174+120+125=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE787D is #518782. Grayscale: #888888. Windows color (decimal): -5343107 or 8222894. OLE color: 8222894.

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

Color convert

RGB 174 120 125 -
CMYK 0 0.31 0.28 0.32
HSL 354.44º 0.25% 0.58% -
HSV(B) 354.44º 0.31% 0.68% -
XYZ 27.87 23.91 22.55 -
YUV 136.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 174 120 125 0 0.31 0.28 0.32 354.44 0.25 0.58
Hex AE 78 7D 0 1F 1C 20 162 19 3A
Octal 256 170 175 0 37 34 40 542 31 72
Binary 10101110 1111000 1111101 0 11111 11100 100000 101100010 11001 111010

Color Harmonies of #AE787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE787D

Black with #AE787D

Text Example


Text Example

White with #AE787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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