Html Css Color HEX #AA6172 Turkish Rose

📋 copy color: '#AA6172'

red 170 ◦ green 97 ◦ blue 114

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

Shades of Turkish Rose #AA6172

Tints of Turkish Rose #AA6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

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

R = 44.62%
G = 25.46%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA6172 (or 0xAA6172) is known color: Turkish Rose. HEX triplet: AA, 61 and 72. RGB value is (170,97,114). Sum of RGB (Red+Green+Blue) = 170+97+114=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6172 is #559E8D. Grayscale: #787878. Windows color (decimal): -5611150 or 7496106. OLE color: 7496106.

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

Color convert

RGB 170 97 114 -
CMYK 0 0.43 0.33 0.33
HSL 346.03º 0.3% 0.52% -
HSV(B) 346.03º 0.43% 0.67% -
XYZ 23.89 18.31 18.19 -
YUV 120.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 170 97 114 0 0.43 0.33 0.33 346.03 0.3 0.52
Hex AA 61 72 0 2B 21 21 15A 1E 34
Octal 252 141 162 0 53 41 41 532 36 64
Binary 10101010 1100001 1110010 0 101011 100001 100001 101011010 11110 110100

Color Harmonies of #AA6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6172

Black with #AA6172

Text Example


Text Example

White with #AA6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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