Html Css Color HEX #AA8182 Turkish Rose

📋 copy color: '#AA8182'

red 170 ◦ green 129 ◦ blue 130

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

Shades of Turkish Rose #AA8182

Tints of Turkish Rose #AA8182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

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

R = 39.63%
G = 30.07%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA8182 (or 0xAA8182) is known color: Turkish Rose. HEX triplet: AA, 81 and 82. RGB value is (170,129,130). Sum of RGB (Red+Green+Blue) = 170+129+130=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8182 is #557E7D. Grayscale: #8D8D8D. Windows color (decimal): -5602942 or 8552874. OLE color: 8552874.

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

Color convert

RGB 170 129 130 -
CMYK 0 0.24 0.24 0.33
HSL 358.54º 0.19% 0.59% -
HSV(B) 358.54º 0.24% 0.67% -
XYZ 28.46 25.86 24.61 -
YUV 141.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 170 129 130 0 0.24 0.24 0.33 358.54 0.19 0.59
Hex AA 81 82 0 18 18 21 167 13 3B
Octal 252 201 202 0 30 30 41 547 23 73
Binary 10101010 10000001 10000010 0 11000 11000 100001 101100111 10011 111011

Color Harmonies of #AA8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8182

Black with #AA8182

Text Example


Text Example

White with #AA8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8182; }

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

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

background-color css

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

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

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

border-color css

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

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

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