Html Css Color HEX #A97978 Opium

📋 copy color: '#A97978'

red 169 ◦ green 121 ◦ blue 120

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

Shades of Opium #A97978

Tints of Opium #A97978

RGB

 RED value IS 169 (66.41% from 255) = 41.22%

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

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

R = 41.22%
G = 29.51%
B = 29.27%

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

#A97978 (or 0xA97978) is known color: Opium. HEX triplet: A9, 79 and 78. RGB value is (169,121,120). Sum of RGB (Red+Green+Blue) = 169+121+120=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A97978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97978 is #568687. Grayscale: #878787. Windows color (decimal): -5670536 or 7895465. OLE color: 7895465.

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

Color convert

RGB 169 121 120 -
CMYK 0 0.28 0.29 0.34
HSL 1.22º 0.22% 0.57% -
HSV(B) 1.22º 0.29% 0.66% -
XYZ 26.59 23.47 20.9 -
YUV 135.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 169 121 120 0 0.28 0.29 0.34 1.22 0.22 0.57
Hex A9 79 78 0 1C 1D 22 1 16 39
Octal 251 171 170 0 34 35 42 1 26 71
Binary 10101001 1111001 1111000 0 11100 11101 100010 1 10110 111001

Color Harmonies of #A97978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97978

Black with #A97978

Text Example


Text Example

White with #A97978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97978; }

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

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

background-color css

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

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

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

border-color css

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

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

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