Html Css Color HEX #AE6976 Turkish Rose

📋 copy color: '#AE6976'

red 174 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #AE6976

Tints of Turkish Rose #AE6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 43.83%
G = 26.45%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE6976 (or 0xAE6976) is known color: Turkish Rose. HEX triplet: AE, 69 and 76. RGB value is (174,105,118). Sum of RGB (Red+Green+Blue) = 174+105+118=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6976 is #519689. Grayscale: #7F7F7F. Windows color (decimal): -5346954 or 7760302. OLE color: 7760302.

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

Color convert

RGB 174 105 118 -
CMYK 0 0.40 0.32 0.32
HSL 348.7º 0.3% 0.55% -
HSV(B) 348.7º 0.4% 0.68% -
XYZ 25.78 20.41 19.72 -
YUV 127.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 174 105 118 0 0.40 0.32 0.32 348.7 0.3 0.55
Hex AE 69 76 0 28 20 20 15D 1E 37
Octal 256 151 166 0 50 40 40 535 36 67
Binary 10101110 1101001 1110110 0 101000 100000 100000 101011101 11110 110111

Color Harmonies of #AE6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6976

Black with #AE6976

Text Example


Text Example

White with #AE6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6976; }

 p { color: rgb(174,105,118); }

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

background-color css

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

 a { background-color: rgb(174,105,118); }

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

border-color css

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

 span { border-color: rgb(174,105,118); }

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