#A28681

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

Shades of Opium #A28681

Tints of Opium #A28681

Color information

#A28681 (or 0xA28681) is unknown color: approx Opium. HEX triplet: A2, 86 and 81. RGB value is (162,134,129). Sum of RGB (Red+Green+Blue) = 162+134+129=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28681 is #5D797E. Grayscale: #8D8D8D. Windows color (decimal): -6125951 or 8488610. OLE color: 8488610.

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

Color convert

RGB162134129-
CMYK00.170.200.36
HSL9.09º15.07%57.06%-
HSV(B)9.09º20.37%63.53%-
XYZ27.3926.3224.4-
YUV141.8120.78142.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=38.12%
G=31.53%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213412900.170.200.369.0915.0757.06
HexA2868101114249f39
Octal2422062010212444111771
Binary1010001010000110100000010100011010010010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28681; }

 p { color: rgb(162,134,129); }

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

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

 a { background-color: rgb(162,134,129); }

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

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

 span { border-color: rgb(162,134,129); }

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