Html Css Color HEX #AE686B Turkish Rose

📋 copy color: '#AE686B'

red 174 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #AE686B

Tints of Turkish Rose #AE686B

RGB

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

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

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

R = 45.19%
G = 27.01%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE686B (or 0xAE686B) is known color: Turkish Rose. HEX triplet: AE, 68 and 6B. RGB value is (174,104,107). Sum of RGB (Red+Green+Blue) = 174+104+107=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE686B is #519794. Grayscale: #7D7D7D. Windows color (decimal): -5347221 or 7039150. OLE color: 7039150.

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

Color convert

RGB 174 104 107 -
CMYK 0 0.40 0.39 0.32
HSL 357.43º 0.3% 0.55% -
HSV(B) 357.43º 0.4% 0.68% -
XYZ 25.06 19.96 16.44 -
YUV 125.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 174 104 107 0 0.40 0.39 0.32 357.43 0.3 0.55
Hex AE 68 6B 0 28 27 20 165 1E 37
Octal 256 150 153 0 50 47 40 545 36 67
Binary 10101110 1101000 1101011 0 101000 100111 100000 101100101 11110 110111

Color Harmonies of #AE686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE686B

Black with #AE686B

Text Example


Text Example

White with #AE686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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