Html Css Color HEX #AA8483 Opium

📋 copy color: '#AA8483'

red 170 ◦ green 132 ◦ blue 131

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

Shades of Opium #AA8483

Tints of Opium #AA8483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 39.26%
G = 30.48%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA8483 (or 0xAA8483) is known color: Opium. HEX triplet: AA, 84 and 83. RGB value is (170,132,131). Sum of RGB (Red+Green+Blue) = 170+132+131=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8483 is #557B7C. Grayscale: #8F8F8F. Windows color (decimal): -5602173 or 8619178. OLE color: 8619178.

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

Color convert

RGB 170 132 131 -
CMYK 0 0.22 0.23 0.33
HSL 1.54º 0.19% 0.59% -
HSV(B) 1.54º 0.23% 0.67% -
XYZ 28.93 26.69 25.1 -
YUV 143.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 170 132 131 0 0.22 0.23 0.33 1.54 0.19 0.59
Hex AA 84 83 0 16 17 21 2 13 3B
Octal 252 204 203 0 26 27 41 2 23 73
Binary 10101010 10000100 10000011 0 10110 10111 100001 10 10011 111011

Color Harmonies of #AA8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8483

Black with #AA8483

Text Example


Text Example

White with #AA8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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