Html Css Color HEX #A6807C Opium

📋 copy color: '#A6807C'

red 166 ◦ green 128 ◦ blue 124

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

Shades of Opium #A6807C

Tints of Opium #A6807C

RGB

 RED value IS 166 (65.23% from 255) = 39.71%

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 39.71%
G = 30.62%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6807C (or 0xA6807C) is known color: Opium. HEX triplet: A6, 80 and 7C. RGB value is (166,128,124). Sum of RGB (Red+Green+Blue) = 166+128+124=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A6807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6807C is #597F83. Grayscale: #8A8A8A. Windows color (decimal): -5865348 or 8159398. OLE color: 8159398.

HSL color Cylindrical-coordinate representation of color #A6807C: hue angle of 5.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6807C is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 124 -
CMYK 0 0.23 0.25 0.35
HSL 5.71º 0.19% 0.57% -
HSV(B) 5.71º 0.25% 0.65% -
XYZ 27.08 25 22.47 -
YUV 138.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 166 128 124 0 0.23 0.25 0.35 5.71 0.19 0.57
Hex A6 80 7C 0 17 19 23 6 13 39
Octal 246 200 174 0 27 31 43 6 23 71
Binary 10100110 10000000 1111100 0 10111 11001 100011 110 10011 111001

Color Harmonies of #A6807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6807C

Black with #A6807C

Text Example


Text Example

White with #A6807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6807C; }

 p { color: rgb(166,128,124); }

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

background-color css

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

 a { background-color: rgb(166,128,124); }

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

border-color css

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

 span { border-color: rgb(166,128,124); }

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