Html Css Color HEX #A47776 Opium

📋 copy color: '#A47776'

red 164 ◦ green 119 ◦ blue 118

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

Shades of Opium #A47776

Tints of Opium #A47776

RGB

 RED value IS 164 (64.45% from 255) = 40.9%

 GREEN value IS 119 (46.88% from 255) = 29.68%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 40.9%
G = 29.68%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A47776 (or 0xA47776) is known color: Opium. HEX triplet: A4, 77 and 76. RGB value is (164,119,118). Sum of RGB (Red+Green+Blue) = 164+119+118=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47776 is #5B8889. Grayscale: #848484. Windows color (decimal): -5998730 or 7763876. OLE color: 7763876.

HSL color Cylindrical-coordinate representation of color #A47776: hue angle of 1.3º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47776 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 118 -
CMYK 0 0.27 0.28 0.36
HSL 1.3º 0.2% 0.55% -
HSV(B) 1.3º 0.28% 0.64% -
XYZ 25.18 22.39 20.14 -
YUV 132.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 164 119 118 0 0.27 0.28 0.36 1.3 0.2 0.55
Hex A4 77 76 0 1B 1C 24 1 14 37
Octal 244 167 166 0 33 34 44 1 24 67
Binary 10100100 1110111 1110110 0 11011 11100 100100 1 10100 110111

Color Harmonies of #A47776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47776

Black with #A47776

Text Example


Text Example

White with #A47776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47776; }

 p { color: rgb(164,119,118); }

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

background-color css

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

 a { background-color: rgb(164,119,118); }

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

border-color css

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

 span { border-color: rgb(164,119,118); }

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