Html Css Color HEX #A07874 Opium

📋 copy color: '#A07874'

red 160 ◦ green 120 ◦ blue 116

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

Shades of Opium #A07874

Tints of Opium #A07874

RGB

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

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

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

R = 40.4%
G = 30.3%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07874 (or 0xA07874) is known color: Opium. HEX triplet: A0, 78 and 74. RGB value is (160,120,116). Sum of RGB (Red+Green+Blue) = 160+120+116=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07874 is #5F878B. Grayscale: #838383. Windows color (decimal): -6260620 or 7633056. OLE color: 7633056.

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

Color convert

RGB 160 120 116 -
CMYK 0 0.25 0.28 0.37
HSL 5.45º 0.19% 0.54% -
HSV(B) 5.45º 0.28% 0.63% -
XYZ 24.37 22.17 19.52 -
YUV 131.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 160 120 116 0 0.25 0.28 0.37 5.45 0.19 0.54
Hex A0 78 74 0 19 1C 25 5 13 36
Octal 240 170 164 0 31 34 45 5 23 66
Binary 10100000 1111000 1110100 0 11001 11100 100101 101 10011 110110

Color Harmonies of #A07874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07874

Black with #A07874

Text Example


Text Example

White with #A07874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07874; }

 p { color: rgb(160,120,116); }

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

background-color css

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

 a { background-color: rgb(160,120,116); }

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

border-color css

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

 span { border-color: rgb(160,120,116); }

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