#AB7B7A

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

Shades of Opium #AB7B7A

Tints of Opium #AB7B7A

Color information

#AB7B7A (or 0xAB7B7A) is unknown color: approx Opium. HEX triplet: AB, 7B and 7A. RGB value is (171,123,122). Sum of RGB (Red+Green+Blue) = 171+123+122=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B7A is #548485. Grayscale: #898989. Windows color (decimal): -5538950 or 8027051. OLE color: 8027051.

HSL color Cylindrical-coordinate representation of color #AB7B7A: hue angle of 1.22º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7B7A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171123122-
CMYK00.280.290.33
HSL1.22º22.58%57.45%-
HSV(B)1.22º28.65%67.06%-
XYZ27.3924.2321.65-
YUV137.24119.4152.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=41.11%
G=29.57%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112312200.280.290.331.2222.5857.45
HexAB7B7A01C1D2111739
Octal253173172034354112771
Binary101010111111011111101001110011101100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B7A; }

 p { color: rgb(171,123,122); }

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

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

 a { background-color: rgb(171,123,122); }

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

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

 span { border-color: rgb(171,123,122); }

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