Html Css Color HEX #AE616B Turkish Rose

📋 copy color: '#AE616B'

red 174 ◦ green 97 ◦ blue 107

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

Shades of Turkish Rose #AE616B

Tints of Turkish Rose #AE616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 46.03%
G = 25.66%
B = 28.31%

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

#AE616B (or 0xAE616B) is known color: Turkish Rose. HEX triplet: AE, 61 and 6B. RGB value is (174,97,107). Sum of RGB (Red+Green+Blue) = 174+97+107=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE616B is #519E94. Grayscale: #797979. Windows color (decimal): -5349013 or 7037358. OLE color: 7037358.

HSL color Cylindrical-coordinate representation of color #AE616B: hue angle of 352.21º 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 #AE616B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 107 -
CMYK 0 0.44 0.39 0.32
HSL 352.21º 0.32% 0.53% -
HSV(B) 352.21º 0.44% 0.68% -
XYZ 24.38 18.61 16.22 -
YUV 121.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 174 97 107 0 0.44 0.39 0.32 352.21 0.32 0.53
Hex AE 61 6B 0 2C 27 20 160 20 35
Octal 256 141 153 0 54 47 40 540 40 65
Binary 10101110 1100001 1101011 0 101100 100111 100000 101100000 100000 110101

Color Harmonies of #AE616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE616B

Black with #AE616B

Text Example


Text Example

White with #AE616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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