Html Css Color HEX #AE686F Turkish Rose

📋 copy color: '#AE686F'

red 174 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #AE686F

Tints of Turkish Rose #AE686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 44.73%
G = 26.74%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE686F (or 0xAE686F) is known color: Turkish Rose. HEX triplet: AE, 68 and 6F. RGB value is (174,104,111). Sum of RGB (Red+Green+Blue) = 174+104+111=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE686F is #519790. Grayscale: #7D7D7D. Windows color (decimal): -5347217 or 7301294. OLE color: 7301294.

HSL color Cylindrical-coordinate representation of color #AE686F: hue angle of 354º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE686F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 111 -
CMYK 0 0.40 0.36 0.32
HSL 354º 0.3% 0.55% -
HSV(B) 354º 0.4% 0.68% -
XYZ 25.28 20.05 17.58 -
YUV 125.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 174 104 111 0 0.40 0.36 0.32 354 0.3 0.55
Hex AE 68 6F 0 28 24 20 162 1E 37
Octal 256 150 157 0 50 44 40 542 36 67
Binary 10101110 1101000 1101111 0 101000 100100 100000 101100010 11110 110111

Color Harmonies of #AE686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE686F

Black with #AE686F

Text Example


Text Example

White with #AE686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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