#A38785

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

Shades of Opium #A38785

Tints of Opium #A38785

Color information

#A38785 (or 0xA38785) is unknown color: approx Opium. HEX triplet: A3, 87 and 85. RGB value is (163,135,133). Sum of RGB (Red+Green+Blue) = 163+135+133=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A38785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38785 is #5C787A. Grayscale: #8F8F8F. Windows color (decimal): -6060155 or 8751011. OLE color: 8751011.

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

Color convert

RGB163135133-
CMYK00.170.180.36
HSL14.02%58.04%-
HSV(B)18.4%63.92%-
XYZ2826.8125.89-
YUV143.14122.28142.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=37.82%
G=31.32%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313513300.170.180.36414.0258.04
HexA3878501112244e3a
Octal243207205021224441672
Binary101000111000011110000101010001100101001001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38785; }

 p { color: rgb(163,135,133); }

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

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

 a { background-color: rgb(163,135,133); }

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

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

 span { border-color: rgb(163,135,133); }

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