#A48483

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

Shades of Opium #A48483

Tints of Opium #A48483

Color information

#A48483 (or 0xA48483) is unknown color: approx Opium. HEX triplet: A4, 84 and 83. RGB value is (164,132,131). Sum of RGB (Red+Green+Blue) = 164+132+131=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48483 is #5B7B7C. Grayscale: #8D8D8D. Windows color (decimal): -5995389 or 8619172. OLE color: 8619172.

HSL color Cylindrical-coordinate representation of color #A48483: hue angle of 1.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48483 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164132131-
CMYK00.200.200.36
HSL1.82º15.35%57.84%-
HSV(B)1.82º20.12%64.31%-
XYZ27.6626.0325.04-
YUV141.45122.1144.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=38.41%
G=30.91%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413213100.200.200.361.8215.3557.84
HexA4848301414242f3a
Octal244204203024244421772
Binary10100100100001001000001101010010100100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48483; }

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

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

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

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

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

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

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

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