Html Css Color HEX #A88684 Opium

📋 copy color: '#A88684'

red 168 ◦ green 134 ◦ blue 132

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

Shades of Opium #A88684

Tints of Opium #A88684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

 BLUE value IS 132 (51.95% from 255) = 30.41%

R = 38.71%
G = 30.88%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A88684 (or 0xA88684) is known color: Opium. HEX triplet: A8, 86 and 84. RGB value is (168,134,132). Sum of RGB (Red+Green+Blue) = 168+134+132=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A88684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88684 is #57797B. Grayscale: #8F8F8F. Windows color (decimal): -5732732 or 8685224. OLE color: 8685224.

HSL color Cylindrical-coordinate representation of color #A88684: hue angle of 3.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88684 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 132 -
CMYK 0 0.20 0.21 0.34
HSL 3.33º 0.17% 0.59% -
HSV(B) 3.33º 0.21% 0.66% -
XYZ 28.84 27.04 25.53 -
YUV 143.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 168 134 132 0 0.20 0.21 0.34 3.33 0.17 0.59
Hex A8 86 84 0 14 15 22 3 11 3B
Octal 250 206 204 0 24 25 42 3 21 73
Binary 10101000 10000110 10000100 0 10100 10101 100010 11 10001 111011

Color Harmonies of #A88684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88684

Black with #A88684

Text Example


Text Example

White with #A88684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88684; }

 p { color: rgb(168,134,132); }

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

background-color css

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

 a { background-color: rgb(168,134,132); }

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

border-color css

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

 span { border-color: rgb(168,134,132); }

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