Html Css Color HEX #AA8382 Opium

📋 copy color: '#AA8382'

red 170 ◦ green 131 ◦ blue 130

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

Shades of Opium #AA8382

Tints of Opium #AA8382

RGB

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

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

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

R = 39.44%
G = 30.39%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA8382 (or 0xAA8382) is known color: Opium. HEX triplet: AA, 83 and 82. RGB value is (170,131,130). Sum of RGB (Red+Green+Blue) = 170+131+130=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8382 is #557C7D. Grayscale: #8E8E8E. Windows color (decimal): -5602430 or 8553386. OLE color: 8553386.

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

Color convert

RGB 170 131 130 -
CMYK 0 0.23 0.24 0.33
HSL 1.5º 0.19% 0.59% -
HSV(B) 1.5º 0.24% 0.67% -
XYZ 28.72 26.39 24.7 -
YUV 142.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 170 131 130 0 0.23 0.24 0.33 1.5 0.19 0.59
Hex AA 83 82 0 17 18 21 2 13 3B
Octal 252 203 202 0 27 30 41 2 23 73
Binary 10101010 10000011 10000010 0 10111 11000 100001 10 10011 111011

Color Harmonies of #AA8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8382

Black with #AA8382

Text Example


Text Example

White with #AA8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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