Html Css Color HEX #A87E7C Opium

📋 copy color: '#A87E7C'

red 168 ◦ green 126 ◦ blue 124

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

Shades of Opium #A87E7C

Tints of Opium #A87E7C

RGB

 RED value IS 168 (66.02% from 255) = 40.19%

 GREEN value IS 126 (49.61% from 255) = 30.14%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 40.19%
G = 30.14%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A87E7C (or 0xA87E7C) is known color: Opium. HEX triplet: A8, 7E and 7C. RGB value is (168,126,124). Sum of RGB (Red+Green+Blue) = 168+126+124=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E7C is #578183. Grayscale: #8A8A8A. Windows color (decimal): -5734788 or 8158888. OLE color: 8158888.

HSL color Cylindrical-coordinate representation of color #A87E7C: hue angle of 2.73º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87E7C is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 124 -
CMYK 0 0.25 0.26 0.34
HSL 2.73º 0.2% 0.57% -
HSV(B) 2.73º 0.26% 0.66% -
XYZ 27.25 24.7 22.4 -
YUV 138.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 168 126 124 0 0.25 0.26 0.34 2.73 0.2 0.57
Hex A8 7E 7C 0 19 1A 22 3 14 39
Octal 250 176 174 0 31 32 42 3 24 71
Binary 10101000 1111110 1111100 0 11001 11010 100010 11 10100 111001

Color Harmonies of #A87E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E7C

Black with #A87E7C

Text Example


Text Example

White with #A87E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E7C; }

 p { color: rgb(168,126,124); }

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

background-color css

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

 a { background-color: rgb(168,126,124); }

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

border-color css

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

 span { border-color: rgb(168,126,124); }

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