Html Css Color HEX #A07773 Opium

📋 copy color: '#A07773'

red 160 ◦ green 119 ◦ blue 115

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

Shades of Opium #A07773

Tints of Opium #A07773

RGB

 RED value IS 160 (62.89% from 255) = 40.61%

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

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 40.61%
G = 30.2%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07773 (or 0xA07773) is known color: Opium. HEX triplet: A0, 77 and 73. RGB value is (160,119,115). Sum of RGB (Red+Green+Blue) = 160+119+115=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07773 is #5F888C. Grayscale: #828282. Windows color (decimal): -6260877 or 7567264. OLE color: 7567264.

HSL color Cylindrical-coordinate representation of color #A07773: hue angle of 5.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07773 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 115 -
CMYK 0 0.26 0.28 0.37
HSL 5.33º 0.19% 0.54% -
HSV(B) 5.33º 0.28% 0.63% -
XYZ 24.19 21.91 19.17 -
YUV 130.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 160 119 115 0 0.26 0.28 0.37 5.33 0.19 0.54
Hex A0 77 73 0 1A 1C 25 5 13 36
Octal 240 167 163 0 32 34 45 5 23 66
Binary 10100000 1110111 1110011 0 11010 11100 100101 101 10011 110110

Color Harmonies of #A07773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07773

Black with #A07773

Text Example


Text Example

White with #A07773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07773; }

 p { color: rgb(160,119,115); }

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

background-color css

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

 a { background-color: rgb(160,119,115); }

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

border-color css

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

 span { border-color: rgb(160,119,115); }

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