Html Css Color HEX #AE616A Turkish Rose

📋 copy color: '#AE616A'

red 174 ◦ green 97 ◦ blue 106

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

Shades of Turkish Rose #AE616A

Tints of Turkish Rose #AE616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 46.15%
G = 25.73%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE616A (or 0xAE616A) is known color: Turkish Rose. HEX triplet: AE, 61 and 6A. RGB value is (174,97,106). Sum of RGB (Red+Green+Blue) = 174+97+106=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE616A is #519E95. Grayscale: #797979. Windows color (decimal): -5349014 or 6971822. OLE color: 6971822.

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

Color convert

RGB 174 97 106 -
CMYK 0 0.44 0.39 0.32
HSL 352.99º 0.32% 0.53% -
HSV(B) 352.99º 0.44% 0.68% -
XYZ 24.33 18.59 15.94 -
YUV 121.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 174 97 106 0 0.44 0.39 0.32 352.99 0.32 0.53
Hex AE 61 6A 0 2C 27 20 161 20 35
Octal 256 141 152 0 54 47 40 541 40 65
Binary 10101110 1100001 1101010 0 101100 100111 100000 101100001 100000 110101

Color Harmonies of #AE616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE616A

Black with #AE616A

Text Example


Text Example

White with #AE616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE616A; }

 p { color: rgb(174,97,106); }

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

background-color css

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

 a { background-color: rgb(174,97,106); }

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

border-color css

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

 span { border-color: rgb(174,97,106); }

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