Html Css Color HEX #AA8081 Turkish Rose

📋 copy color: '#AA8081'

red 170 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #AA8081

Tints of Turkish Rose #AA8081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 39.81%
G = 29.98%
B = 30.21%

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

#AA8081 (or 0xAA8081) is known color: Turkish Rose. HEX triplet: AA, 80 and 81. RGB value is (170,128,129). Sum of RGB (Red+Green+Blue) = 170+128+129=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8081 is #557F7E. Grayscale: #8C8C8C. Windows color (decimal): -5603199 or 8487082. OLE color: 8487082.

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

Color convert

RGB 170 128 129 -
CMYK 0 0.25 0.24 0.33
HSL 358.57º 0.2% 0.58% -
HSV(B) 358.57º 0.25% 0.67% -
XYZ 28.26 25.57 24.21 -
YUV 140.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 170 128 129 0 0.25 0.24 0.33 358.57 0.2 0.58
Hex AA 80 81 0 19 18 21 167 14 3A
Octal 252 200 201 0 31 30 41 547 24 72
Binary 10101010 10000000 10000001 0 11001 11000 100001 101100111 10100 111010

Color Harmonies of #AA8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8081

Black with #AA8081

Text Example


Text Example

White with #AA8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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