Html Css Color HEX #A97977 Opium

📋 copy color: '#A97977'

red 169 ◦ green 121 ◦ blue 119

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

Shades of Opium #A97977

Tints of Opium #A97977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 41.32%
G = 29.58%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A97977 (or 0xA97977) is known color: Opium. HEX triplet: A9, 79 and 77. RGB value is (169,121,119). Sum of RGB (Red+Green+Blue) = 169+121+119=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97977 is #568688. Grayscale: #878787. Windows color (decimal): -5670537 or 7829929. OLE color: 7829929.

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

Color convert

RGB 169 121 119 -
CMYK 0 0.28 0.30 0.34
HSL 2.4º 0.23% 0.56% -
HSV(B) 2.4º 0.3% 0.66% -
XYZ 26.53 23.44 20.58 -
YUV 135.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 169 121 119 0 0.28 0.30 0.34 2.4 0.23 0.56
Hex A9 79 77 0 1C 1E 22 2 17 38
Octal 251 171 167 0 34 36 42 2 27 70
Binary 10101001 1111001 1110111 0 11100 11110 100010 10 10111 111000

Color Harmonies of #A97977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97977

Black with #A97977

Text Example


Text Example

White with #A97977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97977; }

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

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

background-color css

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

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

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

border-color css

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

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

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