Html Css Color HEX #A67977 Opium

📋 copy color: '#A67977'

red 166 ◦ green 121 ◦ blue 119

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

Shades of Opium #A67977

Tints of Opium #A67977

RGB

 RED value IS 166 (65.23% from 255) = 40.89%

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

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

R = 40.89%
G = 29.8%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A67977 (or 0xA67977) is known color: Opium. HEX triplet: A6, 79 and 77. RGB value is (166,121,119). Sum of RGB (Red+Green+Blue) = 166+121+119=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A67977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67977 is #598688. Grayscale: #868686. Windows color (decimal): -5867145 or 7829926. OLE color: 7829926.

HSL color Cylindrical-coordinate representation of color #A67977: hue angle of 2.55º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67977 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 119 -
CMYK 0 0.27 0.28 0.35
HSL 2.55º 0.21% 0.56% -
HSV(B) 2.55º 0.28% 0.65% -
XYZ 25.89 23.11 20.55 -
YUV 134.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 166 121 119 0 0.27 0.28 0.35 2.55 0.21 0.56
Hex A6 79 77 0 1B 1C 23 3 15 38
Octal 246 171 167 0 33 34 43 3 25 70
Binary 10100110 1111001 1110111 0 11011 11100 100011 11 10101 111000

Color Harmonies of #A67977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67977

Black with #A67977

Text Example


Text Example

White with #A67977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67977; }

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

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

background-color css

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

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

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

border-color css

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

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

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