Html Css Color HEX #AE666F Turkish Rose

📋 copy color: '#AE666F'

red 174 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #AE666F

Tints of Turkish Rose #AE666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 44.96%
G = 26.36%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE666F (or 0xAE666F) is known color: Turkish Rose. HEX triplet: AE, 66 and 6F. RGB value is (174,102,111). Sum of RGB (Red+Green+Blue) = 174+102+111=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666F is #519990. Grayscale: #7C7C7C. Windows color (decimal): -5347729 or 7300782. OLE color: 7300782.

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

Color convert

RGB 174 102 111 -
CMYK 0 0.41 0.36 0.32
HSL 352.5º 0.31% 0.54% -
HSV(B) 352.5º 0.41% 0.68% -
XYZ 25.08 19.65 17.51 -
YUV 124.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 174 102 111 0 0.41 0.36 0.32 352.5 0.31 0.54
Hex AE 66 6F 0 29 24 20 160 1F 36
Octal 256 146 157 0 51 44 40 540 37 66
Binary 10101110 1100110 1101111 0 101001 100100 100000 101100000 11111 110110

Color Harmonies of #AE666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE666F

Black with #AE666F

Text Example


Text Example

White with #AE666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE666F; }

 p { color: rgb(174,102,111); }

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

background-color css

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

 a { background-color: rgb(174,102,111); }

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

border-color css

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

 span { border-color: rgb(174,102,111); }

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