#A28885

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

Shades of Opium #A28885

Tints of Opium #A28885

Color information

#A28885 (or 0xA28885) is unknown color: approx Opium. HEX triplet: A2, 88 and 85. RGB value is (162,136,133). Sum of RGB (Red+Green+Blue) = 162+136+133=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28885 is #5D777A. Grayscale: #8F8F8F. Windows color (decimal): -6125435 or 8751266. OLE color: 8751266.

HSL color Cylindrical-coordinate representation of color #A28885: hue angle of 6.21º degrees, saturation: 0.13, 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 #A28885 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB162136133-
CMYK00.160.180.36
HSL6.21º13.49%57.84%-
HSV(B)6.21º17.9%63.53%-
XYZ27.9426.9825.93-
YUV143.43122.11141.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=37.59%
G=31.55%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213613300.160.180.366.2113.4957.84
HexA2888501012246d3a
Octal242210205020224461572
Binary101000101000100010000101010000100101001001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28885; }

 p { color: rgb(162,136,133); }

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

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

 a { background-color: rgb(162,136,133); }

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

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

 span { border-color: rgb(162,136,133); }

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