#A08383

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

Shades of Opium #A08383

Tints of Opium #A08383

Color information

#A08383 (or 0xA08383) is unknown color: approx Opium. HEX triplet: A0, 83 and 83. RGB value is (160,131,131). Sum of RGB (Red+Green+Blue) = 160+131+131=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08383 is #5F7C7C. Grayscale: #8B8B8B. Windows color (decimal): -6257789 or 8618912. OLE color: 8618912.

HSL color Cylindrical-coordinate representation of color #A08383: hue angle of 0º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08383 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160131131-
CMYK00.180.180.37
HSL13.24%57.06%-
HSV(B)18.13%62.75%-
XYZ26.7125.3424.96-
YUV139.67123.11142.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=37.91%
G=31.04%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013113100.180.180.37013.2457.06
HexA0838301212250d39
Octal240203203022224501571
Binary1010000010000011100000110100101001010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08383; }

 p { color: rgb(160,131,131); }

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

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

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

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

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

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

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