Html Css Color HEX #AA6972 Turkish Rose

📋 copy color: '#AA6972'

red 170 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #AA6972

Tints of Turkish Rose #AA6972

RGB

 RED value IS 170 (66.8% from 255) = 43.7%

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

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

R = 43.7%
G = 26.99%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA6972 (or 0xAA6972) is known color: Turkish Rose. HEX triplet: AA, 69 and 72. RGB value is (170,105,114). Sum of RGB (Red+Green+Blue) = 170+105+114=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6972 is #55968D. Grayscale: #7D7D7D. Windows color (decimal): -5609102 or 7498154. OLE color: 7498154.

HSL color Cylindrical-coordinate representation of color #AA6972: hue angle of 351.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6972 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 114 -
CMYK 0 0.38 0.33 0.33
HSL 351.69º 0.28% 0.54% -
HSV(B) 351.69º 0.38% 0.67% -
XYZ 24.67 19.86 18.45 -
YUV 125.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 170 105 114 0 0.38 0.33 0.33 351.69 0.28 0.54
Hex AA 69 72 0 26 21 21 160 1C 36
Octal 252 151 162 0 46 41 41 540 34 66
Binary 10101010 1101001 1110010 0 100110 100001 100001 101100000 11100 110110

Color Harmonies of #AA6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6972

Black with #AA6972

Text Example


Text Example

White with #AA6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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