Html Css Color HEX #AE676F Turkish Rose

📋 copy color: '#AE676F'

red 174 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #AE676F

Tints of Turkish Rose #AE676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

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

R = 44.85%
G = 26.55%
B = 28.61%

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

#AE676F (or 0xAE676F) is known color: Turkish Rose. HEX triplet: AE, 67 and 6F. RGB value is (174,103,111). Sum of RGB (Red+Green+Blue) = 174+103+111=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE676F is #519890. Grayscale: #7D7D7D. Windows color (decimal): -5347473 or 7301038. OLE color: 7301038.

HSL color Cylindrical-coordinate representation of color #AE676F: hue angle of 353.24º degrees, saturation: 0.3, 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 #AE676F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 111 -
CMYK 0 0.41 0.36 0.32
HSL 353.24º 0.3% 0.54% -
HSV(B) 353.24º 0.41% 0.68% -
XYZ 25.18 19.85 17.54 -
YUV 125.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 174 103 111 0 0.41 0.36 0.32 353.24 0.3 0.54
Hex AE 67 6F 0 29 24 20 161 1E 36
Octal 256 147 157 0 51 44 40 541 36 66
Binary 10101110 1100111 1101111 0 101001 100100 100000 101100001 11110 110110

Color Harmonies of #AE676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE676F

Black with #AE676F

Text Example


Text Example

White with #AE676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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