Html Css Color HEX #AA8486 Turkish Rose

📋 copy color: '#AA8486'

red 170 ◦ green 132 ◦ blue 134

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

Shades of Turkish Rose #AA8486

Tints of Turkish Rose #AA8486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.28%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 38.99%
G = 30.28%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA8486 (or 0xAA8486) is known color: Turkish Rose. HEX triplet: AA, 84 and 86. RGB value is (170,132,134). Sum of RGB (Red+Green+Blue) = 170+132+134=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8486 is #557B79. Grayscale: #8F8F8F. Windows color (decimal): -5602170 or 8815786. OLE color: 8815786.

HSL color Cylindrical-coordinate representation of color #AA8486: hue angle of 356.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8486 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 132 134 -
CMYK 0 0.22 0.21 0.33
HSL 356.84º 0.18% 0.59% -
HSV(B) 356.84º 0.22% 0.67% -
XYZ 29.13 26.77 26.19 -
YUV 143.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 170 132 134 0 0.22 0.21 0.33 356.84 0.18 0.59
Hex AA 84 86 0 16 15 21 165 12 3B
Octal 252 204 206 0 26 25 41 545 22 73
Binary 10101010 10000100 10000110 0 10110 10101 100001 101100101 10010 111011

Color Harmonies of #AA8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8486

Black with #AA8486

Text Example


Text Example

White with #AA8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8486; }

 p { color: rgb(170,132,134); }

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

background-color css

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

 a { background-color: rgb(170,132,134); }

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

border-color css

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

 span { border-color: rgb(170,132,134); }

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