Html Css Color HEX #AE6972 Turkish Rose

📋 copy color: '#AE6972'

red 174 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #AE6972

Tints of Turkish Rose #AE6972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 44.27%
G = 26.72%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6972 (or 0xAE6972) is known color: Turkish Rose. HEX triplet: AE, 69 and 72. RGB value is (174,105,114). Sum of RGB (Red+Green+Blue) = 174+105+114=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6972 is #51968D. Grayscale: #7E7E7E. Windows color (decimal): -5346958 or 7498158. OLE color: 7498158.

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

Color convert

RGB 174 105 114 -
CMYK 0 0.40 0.34 0.32
HSL 352.17º 0.3% 0.55% -
HSV(B) 352.17º 0.4% 0.68% -
XYZ 25.54 20.32 18.49 -
YUV 126.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 174 105 114 0 0.40 0.34 0.32 352.17 0.3 0.55
Hex AE 69 72 0 28 22 20 160 1E 37
Octal 256 151 162 0 50 42 40 540 36 67
Binary 10101110 1101001 1110010 0 101000 100010 100000 101100000 11110 110111

Color Harmonies of #AE6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6972

Black with #AE6972

Text Example


Text Example

White with #AE6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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