Html Css Color HEX #AA8586 Turkish Rose

📋 copy color: '#AA8586'

red 170 ◦ green 133 ◦ blue 134

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

Shades of Turkish Rose #AA8586

Tints of Turkish Rose #AA8586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

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

R = 38.9%
G = 30.43%
B = 30.66%

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

#AA8586 (or 0xAA8586) is known color: Turkish Rose. HEX triplet: AA, 85 and 86. RGB value is (170,133,134). Sum of RGB (Red+Green+Blue) = 170+133+134=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8586 is #557A79. Grayscale: #909090. Windows color (decimal): -5601914 or 8816042. OLE color: 8816042.

HSL color Cylindrical-coordinate representation of color #AA8586: hue angle of 358.38º 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 #AA8586 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 134 -
CMYK 0 0.22 0.21 0.33
HSL 358.38º 0.18% 0.59% -
HSV(B) 358.38º 0.22% 0.67% -
XYZ 29.27 27.04 26.23 -
YUV 144.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 170 133 134 0 0.22 0.21 0.33 358.38 0.18 0.59
Hex AA 85 86 0 16 15 21 166 12 3B
Octal 252 205 206 0 26 25 41 546 22 73
Binary 10101010 10000101 10000110 0 10110 10101 100001 101100110 10010 111011

Color Harmonies of #AA8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8586

Black with #AA8586

Text Example


Text Example

White with #AA8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8586; }

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

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

background-color css

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

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

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

border-color css

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

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

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