Html Css Color HEX #A8807D Opium

📋 copy color: '#A8807D'

red 168 ◦ green 128 ◦ blue 125

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

Shades of Opium #A8807D

Tints of Opium #A8807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 39.9%
G = 30.4%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8807D (or 0xA8807D) is known color: Opium. HEX triplet: A8, 80 and 7D. RGB value is (168,128,125). Sum of RGB (Red+Green+Blue) = 168+128+125=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8807D is #577F82. Grayscale: #8B8B8B. Windows color (decimal): -5734275 or 8224936. OLE color: 8224936.

HSL color Cylindrical-coordinate representation of color #A8807D: hue angle of 4.19º 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 #A8807D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 125 -
CMYK 0 0.24 0.26 0.34
HSL 4.19º 0.2% 0.57% -
HSV(B) 4.19º 0.26% 0.66% -
XYZ 27.57 25.24 22.82 -
YUV 139.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 168 128 125 0 0.24 0.26 0.34 4.19 0.2 0.57
Hex A8 80 7D 0 18 1A 22 4 14 39
Octal 250 200 175 0 30 32 42 4 24 71
Binary 10101000 10000000 1111101 0 11000 11010 100010 100 10100 111001

Color Harmonies of #A8807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8807D

Black with #A8807D

Text Example


Text Example

White with #A8807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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