Html Css Color HEX #A87878 Opium

📋 copy color: '#A87878'

red 168 ◦ green 120 ◦ blue 120

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

Shades of Opium #A87878

Tints of Opium #A87878

RGB

 RED value IS 168 (66.02% from 255) = 41.18%

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

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

R = 41.18%
G = 29.41%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A87878 (or 0xA87878) is known color: Opium. HEX triplet: A8, 78 and 78. RGB value is (168,120,120). Sum of RGB (Red+Green+Blue) = 168+120+120=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A87878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87878 is #578787. Grayscale: #868686. Windows color (decimal): -5736328 or 7895208. OLE color: 7895208.

HSL color Cylindrical-coordinate representation of color #A87878: hue angle of 0º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87878 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 120 -
CMYK 0 0.29 0.29 0.34
HSL 0.22% 0.56% -
HSV(B) 0.29% 0.66% -
XYZ 26.26 23.11 20.85 -
YUV 134.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 168 120 120 0 0.29 0.29 0.34 0 0.22 0.56
Hex A8 78 78 0 1D 1D 22 0 16 38
Octal 250 170 170 0 35 35 42 0 26 70
Binary 10101000 1111000 1111000 0 11101 11101 100010 0 10110 111000

Color Harmonies of #A87878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87878

Black with #A87878

Text Example


Text Example

White with #A87878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87878; }

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

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

background-color css

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

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

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

border-color css

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

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

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