#AA7B7A

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

Shades of Opium #AA7B7A

Tints of Opium #AA7B7A

Color information

#AA7B7A (or 0xAA7B7A) is unknown color: approx Opium. HEX triplet: AA, 7B and 7A. RGB value is (170,123,122). Sum of RGB (Red+Green+Blue) = 170+123+122=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B7A is #558485. Grayscale: #888888. Windows color (decimal): -5604486 or 8027050. OLE color: 8027050.

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

Color convert

RGB170123122-
CMYK00.280.280.33
HSL1.25º22.02%57.25%-
HSV(B)1.25º28.24%66.67%-
XYZ27.1724.1221.64-
YUV136.94119.57151.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=40.96%
G=29.64%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012312200.280.280.331.2522.0257.25
HexAA7B7A01C1C2111639
Octal252173172034344112671
Binary101010101111011111101001110011100100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B7A; }

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

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

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

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

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

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

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

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