Html Css Color HEX #A07878 Opium

📋 copy color: '#A07878'

red 160 ◦ green 120 ◦ blue 120

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

Shades of Opium #A07878

Tints of Opium #A07878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07878 (or 0xA07878) is known color: Opium. HEX triplet: A0, 78 and 78. RGB value is (160,120,120). Sum of RGB (Red+Green+Blue) = 160+120+120=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07878 is #5F8787. Grayscale: #848484. Windows color (decimal): -6260616 or 7895200. OLE color: 7895200.

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

Color convert

RGB 160 120 120 -
CMYK 0 0.25 0.25 0.37
HSL 0.17% 0.55% -
HSV(B) 0.25% 0.63% -
XYZ 24.6 22.26 20.77 -
YUV 131.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 160 120 120 0 0.25 0.25 0.37 0 0.17 0.55
Hex A0 78 78 0 19 19 25 0 11 37
Octal 240 170 170 0 31 31 45 0 21 67
Binary 10100000 1111000 1111000 0 11001 11001 100101 0 10001 110111

Color Harmonies of #A07878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07878

Black with #A07878

Text Example


Text Example

White with #A07878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07878; }

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

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

background-color css

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

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

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

border-color css

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

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

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