Html Css Color HEX #A37776 Opium

📋 copy color: '#A37776'

red 163 ◦ green 119 ◦ blue 118

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

Shades of Opium #A37776

Tints of Opium #A37776

RGB

 RED value IS 163 (64.06% from 255) = 40.75%

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

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

R = 40.75%
G = 29.75%
B = 29.5%

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

#A37776 (or 0xA37776) is known color: Opium. HEX triplet: A3, 77 and 76. RGB value is (163,119,118). Sum of RGB (Red+Green+Blue) = 163+119+118=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A37776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37776 is #5C8889. Grayscale: #848484. Windows color (decimal): -6064266 or 7763875. OLE color: 7763875.

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

Color convert

RGB 163 119 118 -
CMYK 0 0.27 0.28 0.36
HSL 1.33º 0.2% 0.55% -
HSV(B) 1.33º 0.28% 0.64% -
XYZ 24.97 22.29 20.13 -
YUV 132.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 163 119 118 0 0.27 0.28 0.36 1.33 0.2 0.55
Hex A3 77 76 0 1B 1C 24 1 14 37
Octal 243 167 166 0 33 34 44 1 24 67
Binary 10100011 1110111 1110110 0 11011 11100 100100 1 10100 110111

Color Harmonies of #A37776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37776

Black with #A37776

Text Example


Text Example

White with #A37776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37776; }

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

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

background-color css

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

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

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

border-color css

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

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

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