Html Css Color HEX #AA8386 Turkish Rose

📋 copy color: '#AA8386'

red 170 ◦ green 131 ◦ blue 134

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

Shades of Turkish Rose #AA8386

Tints of Turkish Rose #AA8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

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

R = 39.08%
G = 30.11%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA8386 (or 0xAA8386) is known color: Turkish Rose. HEX triplet: AA, 83 and 86. RGB value is (170,131,134). Sum of RGB (Red+Green+Blue) = 170+131+134=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8386 is #557C79. Grayscale: #8F8F8F. Windows color (decimal): -5602426 or 8815530. OLE color: 8815530.

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

Color convert

RGB 170 131 134 -
CMYK 0 0.23 0.21 0.33
HSL 355.38º 0.19% 0.59% -
HSV(B) 355.38º 0.23% 0.67% -
XYZ 29 26.5 26.14 -
YUV 143 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 170 131 134 0 0.23 0.21 0.33 355.38 0.19 0.59
Hex AA 83 86 0 17 15 21 163 13 3B
Octal 252 203 206 0 27 25 41 543 23 73
Binary 10101010 10000011 10000110 0 10111 10101 100001 101100011 10011 111011

Color Harmonies of #AA8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8386

Black with #AA8386

Text Example


Text Example

White with #AA8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8386; }

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

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

background-color css

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

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

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

border-color css

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

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

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