Html Css Color HEX #AE7A7D Turkish Rose

📋 copy color: '#AE7A7D'

red 174 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #AE7A7D

Tints of Turkish Rose #AE7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

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

R = 41.33%
G = 28.98%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE7A7D (or 0xAE7A7D) is known color: Turkish Rose. HEX triplet: AE, 7A and 7D. RGB value is (174,122,125). Sum of RGB (Red+Green+Blue) = 174+122+125=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A7D is #518582. Grayscale: #898989. Windows color (decimal): -5342595 or 8223406. OLE color: 8223406.

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

Color convert

RGB 174 122 125 -
CMYK 0 0.30 0.28 0.32
HSL 356.54º 0.24% 0.58% -
HSV(B) 356.54º 0.3% 0.68% -
XYZ 28.12 24.4 22.63 -
YUV 137.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 174 122 125 0 0.30 0.28 0.32 356.54 0.24 0.58
Hex AE 7A 7D 0 1E 1C 20 165 18 3A
Octal 256 172 175 0 36 34 40 545 30 72
Binary 10101110 1111010 1111101 0 11110 11100 100000 101100101 11000 111010

Color Harmonies of #AE7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A7D

Black with #AE7A7D

Text Example


Text Example

White with #AE7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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