Html Css Color HEX #AA807F Opium

📋 copy color: '#AA807F'

red 170 ◦ green 128 ◦ blue 127

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

Shades of Opium #AA807F

Tints of Opium #AA807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 40%
G = 30.12%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA807F (or 0xAA807F) is known color: Opium. HEX triplet: AA, 80 and 7F. RGB value is (170,128,127). Sum of RGB (Red+Green+Blue) = 170+128+127=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807F is #557F80. Grayscale: #8C8C8C. Windows color (decimal): -5603201 or 8356010. OLE color: 8356010.

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

Color convert

RGB 170 128 127 -
CMYK 0 0.25 0.25 0.33
HSL 1.4º 0.2% 0.58% -
HSV(B) 1.4º 0.25% 0.67% -
XYZ 28.13 25.52 23.52 -
YUV 140.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 170 128 127 0 0.25 0.25 0.33 1.4 0.2 0.58
Hex AA 80 7F 0 19 19 21 1 14 3A
Octal 252 200 177 0 31 31 41 1 24 72
Binary 10101010 10000000 1111111 0 11001 11001 100001 1 10100 111010

Color Harmonies of #AA807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA807F

Black with #AA807F

Text Example


Text Example

White with #AA807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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