Html Css Color HEX #A37877 Opium

📋 copy color: '#A37877'

red 163 ◦ green 120 ◦ blue 119

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

Shades of Opium #A37877

Tints of Opium #A37877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

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

R = 40.55%
G = 29.85%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A37877 (or 0xA37877) is known color: Opium. HEX triplet: A3, 78 and 77. RGB value is (163,120,119). Sum of RGB (Red+Green+Blue) = 163+120+119=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A37877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37877 is #5C8788. Grayscale: #848484. Windows color (decimal): -6064009 or 7829667. OLE color: 7829667.

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

Color convert

RGB 163 120 119 -
CMYK 0 0.26 0.27 0.36
HSL 1.36º 0.19% 0.55% -
HSV(B) 1.36º 0.27% 0.64% -
XYZ 25.15 22.55 20.48 -
YUV 132.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 163 120 119 0 0.26 0.27 0.36 1.36 0.19 0.55
Hex A3 78 77 0 1A 1B 24 1 13 37
Octal 243 170 167 0 32 33 44 1 23 67
Binary 10100011 1111000 1110111 0 11010 11011 100100 1 10011 110111

Color Harmonies of #A37877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37877

Black with #A37877

Text Example


Text Example

White with #A37877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37877; }

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

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

background-color css

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

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

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

border-color css

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

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

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