#A98381

Color #A98381 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #A98381

Tints of Opium #A98381

Color information

#A98381 (or 0xA98381) is unknown color: approx Opium. HEX triplet: A9, 83 and 81. RGB value is (169,131,129). Sum of RGB (Red+Green+Blue) = 169+131+129=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A98381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98381 is #567C7E. Grayscale: #8E8E8E. Windows color (decimal): -5667967 or 8487849. OLE color: 8487849.

HSL color Cylindrical-coordinate representation of color #A98381: hue angle of 3º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98381 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169131129-
CMYK00.220.240.34
HSL18.87%58.43%-
HSV(B)23.67%66.27%-
XYZ28.4426.2524.34-
YUV142.13120.59147.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=39.39%
G=30.54%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913112900.220.240.34318.8758.43
HexA9838101618223133a
Octal251203201026304232372
Binary101010011000001110000001010110110001000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98381; }

 p { color: rgb(169,131,129); }

 H1.HeaderClassName
 {
   color: #A98381;
 }
 .AnyTagClassName
 {
   color: #A98381;
 }
</style>
background-color css

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

 a { background-color: rgb(169,131,129); }

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

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

 span { border-color: rgb(169,131,129); }

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