Html Css Color HEX #A88382 Opium

📋 copy color: '#A88382'

red 168 ◦ green 131 ◦ blue 130

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

Shades of Opium #A88382

Tints of Opium #A88382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 39.16%
G = 30.54%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A88382 (or 0xA88382) is known color: Opium. HEX triplet: A8, 83 and 82. RGB value is (168,131,130). Sum of RGB (Red+Green+Blue) = 168+131+130=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88382 is #577C7D. Grayscale: #8D8D8D. Windows color (decimal): -5733502 or 8553384. OLE color: 8553384.

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

Color convert

RGB 168 131 130 -
CMYK 0 0.22 0.23 0.34
HSL 1.58º 0.18% 0.58% -
HSV(B) 1.58º 0.23% 0.66% -
XYZ 28.29 26.17 24.68 -
YUV 141.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 168 131 130 0 0.22 0.23 0.34 1.58 0.18 0.58
Hex A8 83 82 0 16 17 22 2 12 3A
Octal 250 203 202 0 26 27 42 2 22 72
Binary 10101000 10000011 10000010 0 10110 10111 100010 10 10010 111010

Color Harmonies of #A88382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88382

Black with #A88382

Text Example


Text Example

White with #A88382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88382; }

 p { color: rgb(168,131,130); }

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

background-color css

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

 a { background-color: rgb(168,131,130); }

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

border-color css

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

 span { border-color: rgb(168,131,130); }

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