#A27977

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

Shades of Opium #A27977

Tints of Opium #A27977

Color information

#A27977 (or 0xA27977) is unknown color: approx Opium. HEX triplet: A2, 79 and 77. RGB value is (162,121,119). Sum of RGB (Red+Green+Blue) = 162+121+119=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A27977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27977 is #5D8688. Grayscale: #858585. Windows color (decimal): -6129289 or 7829922. OLE color: 7829922.

HSL color Cylindrical-coordinate representation of color #A27977: hue angle of 2.79º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27977 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB162121119-
CMYK00.250.270.36
HSL2.79º18.78%55.1%-
HSV(B)2.79º26.54%63.53%-
XYZ25.0722.6920.51-
YUV133.03120.08148.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=40.30%
G=30.10%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212111900.250.270.362.7918.7855.1
HexA279770191B2431337
Octal242171167031334432367
Binary1010001011110011110111011001110111001001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27977; }

 p { color: rgb(162,121,119); }

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

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

 a { background-color: rgb(162,121,119); }

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

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

 span { border-color: rgb(162,121,119); }

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