Html Css Color HEX #A8807F Opium

📋 copy color: '#A8807F'

red 168 ◦ green 128 ◦ blue 127

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

Shades of Opium #A8807F

Tints of Opium #A8807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.02%

R = 39.72%
G = 30.26%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8807F (or 0xA8807F) is known color: Opium. HEX triplet: A8, 80 and 7F. RGB value is (168,128,127). Sum of RGB (Red+Green+Blue) = 168+128+127=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8807F is #577F80. Grayscale: #8B8B8B. Windows color (decimal): -5734273 or 8356008. OLE color: 8356008.

HSL color Cylindrical-coordinate representation of color #A8807F: hue angle of 1.46º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8807F is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 127 -
CMYK 0 0.24 0.24 0.34
HSL 1.46º 0.19% 0.58% -
HSV(B) 1.46º 0.24% 0.66% -
XYZ 27.7 25.3 23.5 -
YUV 139.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 168 128 127 0 0.24 0.24 0.34 1.46 0.19 0.58
Hex A8 80 7F 0 18 18 22 1 13 3A
Octal 250 200 177 0 30 30 42 1 23 72
Binary 10101000 10000000 1111111 0 11000 11000 100010 1 10011 111010

Color Harmonies of #A8807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8807F

Black with #A8807F

Text Example


Text Example

White with #A8807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8807F; }

 p { color: rgb(168,128,127); }

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

background-color css

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

 a { background-color: rgb(168,128,127); }

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

border-color css

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

 span { border-color: rgb(168,128,127); }

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