#A07474

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

Shades of Opium #A07474

Tints of Opium #A07474

Color information

#A07474 (or 0xA07474) is unknown color: approx Opium. HEX triplet: A0, 74 and 74. RGB value is (160,116,116). Sum of RGB (Red+Green+Blue) = 160+116+116=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07474 is #5F8B8B. Grayscale: #818181. Windows color (decimal): -6261644 or 7632032. OLE color: 7632032.

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

Color convert

RGB160116116-
CMYK00.280.280.37
HSL18.8%54.12%-
HSV(B)27.5%62.75%-
XYZ23.8921.2319.36-
YUV129.16120.58150-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=40.82%
G=29.59%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011611600.280.280.37018.854.12
HexA0747401C1C2501336
Octal240164164034344502366
Binary101000001110100111010001110011100100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07474; }

 p { color: rgb(160,116,116); }

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

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

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

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

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

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

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