Html Css Color HEX #A87978 Opium

📋 copy color: '#A87978'

red 168 ◦ green 121 ◦ blue 120

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

Shades of Opium #A87978

Tints of Opium #A87978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

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

R = 41.08%
G = 29.58%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A87978 (or 0xA87978) is known color: Opium. HEX triplet: A8, 79 and 78. RGB value is (168,121,120). Sum of RGB (Red+Green+Blue) = 168+121+120=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A87978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87978 is #578687. Grayscale: #868686. Windows color (decimal): -5736072 or 7895464. OLE color: 7895464.

HSL color Cylindrical-coordinate representation of color #A87978: hue angle of 1.25º 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 #A87978 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 120 -
CMYK 0 0.28 0.29 0.34
HSL 1.25º 0.22% 0.56% -
HSV(B) 1.25º 0.29% 0.66% -
XYZ 26.38 23.36 20.89 -
YUV 134.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 168 121 120 0 0.28 0.29 0.34 1.25 0.22 0.56
Hex A8 79 78 0 1C 1D 22 1 16 38
Octal 250 171 170 0 34 35 42 1 26 70
Binary 10101000 1111001 1111000 0 11100 11101 100010 1 10110 111000

Color Harmonies of #A87978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87978

Black with #A87978

Text Example


Text Example

White with #A87978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87978; }

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

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

background-color css

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

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

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

border-color css

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

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

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