Html Css Color HEX #A88484 Opium

📋 copy color: '#A88484'

red 168 ◦ green 132 ◦ blue 132

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

Shades of Opium #A88484

Tints of Opium #A88484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

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

R = 38.89%
G = 30.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A88484 (or 0xA88484) is known color: Opium. HEX triplet: A8, 84 and 84. RGB value is (168,132,132). Sum of RGB (Red+Green+Blue) = 168+132+132=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88484 is #577B7B. Grayscale: #8E8E8E. Windows color (decimal): -5733244 or 8684712. OLE color: 8684712.

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

Color convert

RGB 168 132 132 -
CMYK 0 0.21 0.21 0.34
HSL 0.17% 0.59% -
HSV(B) 0.21% 0.66% -
XYZ 28.56 26.49 25.44 -
YUV 142.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 168 132 132 0 0.21 0.21 0.34 0 0.17 0.59
Hex A8 84 84 0 15 15 22 0 11 3B
Octal 250 204 204 0 25 25 42 0 21 73
Binary 10101000 10000100 10000100 0 10101 10101 100010 0 10001 111011

Color Harmonies of #A88484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88484

Black with #A88484

Text Example


Text Example

White with #A88484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88484; }

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

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

background-color css

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

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

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

border-color css

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

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

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