Html Css Color HEX #AE6477 Turkish Rose

📋 copy color: '#AE6477'

red 174 ◦ green 100 ◦ blue 119

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

Shades of Turkish Rose #AE6477

Tints of Turkish Rose #AE6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 44.27%
G = 25.45%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE6477 (or 0xAE6477) is known color: Turkish Rose. HEX triplet: AE, 64 and 77. RGB value is (174,100,119). Sum of RGB (Red+Green+Blue) = 174+100+119=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6477 is #519B88. Grayscale: #7C7C7C. Windows color (decimal): -5348233 or 7824558. OLE color: 7824558.

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

Color convert

RGB 174 100 119 -
CMYK 0 0.43 0.32 0.32
HSL 344.59º 0.31% 0.54% -
HSV(B) 344.59º 0.43% 0.68% -
XYZ 25.34 19.44 19.87 -
YUV 124.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 174 100 119 0 0.43 0.32 0.32 344.59 0.31 0.54
Hex AE 64 77 0 2B 20 20 159 1F 36
Octal 256 144 167 0 53 40 40 531 37 66
Binary 10101110 1100100 1110111 0 101011 100000 100000 101011001 11111 110110

Color Harmonies of #AE6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6477

Black with #AE6477

Text Example


Text Example

White with #AE6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6477; }

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

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

background-color css

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

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

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

border-color css

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

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

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