#A38A89

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

Shades of Opium #A38A89

Tints of Opium #A38A89

Color information

#A38A89 (or 0xA38A89) is unknown color: approx Opium. HEX triplet: A3, 8A and 89. RGB value is (163,138,137). Sum of RGB (Red+Green+Blue) = 163+138+137=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A89 is #5C7576. Grayscale: #919191. Windows color (decimal): -6059383 or 9013923. OLE color: 9013923.

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

Color convert

RGB163138137-
CMYK00.150.160.36
HSL2.31º12.38%58.82%-
HSV(B)2.31º15.95%63.92%-
XYZ28.7127.7727.51-
YUV145.36123.28140.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=37.21%
G=31.51%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313813700.150.160.362.3112.3858.82
HexA38A890F10242c3b
Octal243212211017204421473
Binary1010001110001010100010010111110000100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A89; }

 p { color: rgb(163,138,137); }

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

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

 a { background-color: rgb(163,138,137); }

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

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

 span { border-color: rgb(163,138,137); }

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