#A07B79

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

Shades of Opium #A07B79

Tints of Opium #A07B79

Color information

#A07B79 (or 0xA07B79) is unknown color: approx Opium. HEX triplet: A0, 7B and 79. RGB value is (160,123,121). Sum of RGB (Red+Green+Blue) = 160+123+121=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B79 is #5F8486. Grayscale: #858585. Windows color (decimal): -6259847 or 7961504. OLE color: 7961504.

HSL color Cylindrical-coordinate representation of color #A07B79: hue angle of 3.08º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07B79 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160123121-
CMYK00.230.240.37
HSL3.08º17.03%55.1%-
HSV(B)3.08º24.38%62.75%-
XYZ25.0323.0221.21-
YUV133.84120.76146.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=39.60%
G=30.45%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012312100.230.240.373.0817.0355.1
HexA07B79017182531137
Octal240173171027304532167
Binary1010000011110111111001010111110001001011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B79; }

 p { color: rgb(160,123,121); }

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

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

 a { background-color: rgb(160,123,121); }

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

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

 span { border-color: rgb(160,123,121); }

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