Html Css Color HEX #AA6472 Turkish Rose

📋 copy color: '#AA6472'

red 170 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #AA6472

Tints of Turkish Rose #AA6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

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

R = 44.27%
G = 26.04%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA6472 (or 0xAA6472) is known color: Turkish Rose. HEX triplet: AA, 64 and 72. RGB value is (170,100,114). Sum of RGB (Red+Green+Blue) = 170+100+114=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6472 is #559B8D. Grayscale: #7A7A7A. Windows color (decimal): -5610382 or 7496874. OLE color: 7496874.

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

Color convert

RGB 170 100 114 -
CMYK 0 0.41 0.33 0.33
HSL 348º 0.29% 0.53% -
HSV(B) 348º 0.41% 0.67% -
XYZ 24.17 18.88 18.29 -
YUV 122.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 170 100 114 0 0.41 0.33 0.33 348 0.29 0.53
Hex AA 64 72 0 29 21 21 15C 1D 35
Octal 252 144 162 0 51 41 41 534 35 65
Binary 10101010 1100100 1110010 0 101001 100001 100001 101011100 11101 110101

Color Harmonies of #AA6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6472

Black with #AA6472

Text Example


Text Example

White with #AA6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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