Html Css Color HEX #A37774 Opium

📋 copy color: '#A37774'

red 163 ◦ green 119 ◦ blue 116

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

Shades of Opium #A37774

Tints of Opium #A37774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 40.95%
G = 29.9%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A37774 (or 0xA37774) is known color: Opium. HEX triplet: A3, 77 and 74. RGB value is (163,119,116). Sum of RGB (Red+Green+Blue) = 163+119+116=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37774 is #5C888B. Grayscale: #838383. Windows color (decimal): -6064268 or 7632803. OLE color: 7632803.

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

Color convert

RGB 163 119 116 -
CMYK 0 0.27 0.29 0.36
HSL 3.83º 0.2% 0.55% -
HSV(B) 3.83º 0.29% 0.64% -
XYZ 24.85 22.24 19.51 -
YUV 131.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 163 119 116 0 0.27 0.29 0.36 3.83 0.2 0.55
Hex A3 77 74 0 1B 1D 24 4 14 37
Octal 243 167 164 0 33 35 44 4 24 67
Binary 10100011 1110111 1110100 0 11011 11101 100100 100 10100 110111

Color Harmonies of #A37774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37774

Black with #A37774

Text Example


Text Example

White with #A37774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37774; }

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

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

background-color css

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

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

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

border-color css

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

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

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