Html Css Color HEX #A0807C Opium

📋 copy color: '#A0807C'

red 160 ◦ green 128 ◦ blue 124

#A0807C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #A0807C

Tints of Opium #A0807C

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 38.83%
G = 31.07%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0807C (or 0xA0807C) is known color: Opium. HEX triplet: A0, 80 and 7C. RGB value is (160,128,124). Sum of RGB (Red+Green+Blue) = 160+128+124=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0807C is #5F7F83. Grayscale: #898989. Windows color (decimal): -6258564 or 8159392. OLE color: 8159392.

HSL color Cylindrical-coordinate representation of color #A0807C: hue angle of 6.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0807C is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 124 -
CMYK 0 0.20 0.22 0.37
HSL 6.67º 0.16% 0.56% -
HSV(B) 6.67º 0.23% 0.63% -
XYZ 25.85 24.37 22.41 -
YUV 137.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 160 128 124 0 0.20 0.22 0.37 6.67 0.16 0.56
Hex A0 80 7C 0 14 16 25 7 10 38
Octal 240 200 174 0 24 26 45 7 20 70
Binary 10100000 10000000 1111100 0 10100 10110 100101 111 10000 111000

Color Harmonies of #A0807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0807C

Black with #A0807C

Text Example


Text Example

White with #A0807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0807C; }

 p { color: rgb(160,128,124); }

 H1.HeaderClassName
 {
   color: #A0807C;
 }
 .AnyTagClassName
 {
   color: #A0807C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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