Html Css Color HEX #AA8082 Turkish Rose

📋 copy color: '#AA8082'

red 170 ◦ green 128 ◦ blue 130

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

Shades of Turkish Rose #AA8082

Tints of Turkish Rose #AA8082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

 BLUE value IS 130 (51.17% from 255) = 30.37%

R = 39.72%
G = 29.91%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA8082 (or 0xAA8082) is known color: Turkish Rose. HEX triplet: AA, 80 and 82. RGB value is (170,128,130). Sum of RGB (Red+Green+Blue) = 170+128+130=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8082 is #557F7D. Grayscale: #8C8C8C. Windows color (decimal): -5603198 or 8552618. OLE color: 8552618.

HSL color Cylindrical-coordinate representation of color #AA8082: hue angle of 357.14º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8082 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 130 -
CMYK 0 0.25 0.24 0.33
HSL 357.14º 0.2% 0.58% -
HSV(B) 357.14º 0.25% 0.67% -
XYZ 28.33 25.6 24.57 -
YUV 140.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 170 128 130 0 0.25 0.24 0.33 357.14 0.2 0.58
Hex AA 80 82 0 19 18 21 165 14 3A
Octal 252 200 202 0 31 30 41 545 24 72
Binary 10101010 10000000 10000010 0 11001 11000 100001 101100101 10100 111010

Color Harmonies of #AA8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8082

Black with #AA8082

Text Example


Text Example

White with #AA8082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8082; }

 p { color: rgb(170,128,130); }

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

background-color css

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

 a { background-color: rgb(170,128,130); }

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

border-color css

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

 span { border-color: rgb(170,128,130); }

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