Html Css Color HEX #A88282 Opium

📋 copy color: '#A88282'

red 168 ◦ green 130 ◦ blue 130

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

Shades of Opium #A88282

Tints of Opium #A88282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

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

R = 39.25%
G = 30.37%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A88282 (or 0xA88282) is known color: Opium. HEX triplet: A8, 82 and 82. RGB value is (168,130,130). Sum of RGB (Red+Green+Blue) = 168+130+130=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A88282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88282 is #577D7D. Grayscale: #8D8D8D. Windows color (decimal): -5733758 or 8553128. OLE color: 8553128.

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

Color convert

RGB 168 130 130 -
CMYK 0 0.23 0.23 0.34
HSL 0.18% 0.58% -
HSV(B) 0.23% 0.66% -
XYZ 28.16 25.9 24.63 -
YUV 141.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 168 130 130 0 0.23 0.23 0.34 0 0.18 0.58
Hex A8 82 82 0 17 17 22 0 12 3A
Octal 250 202 202 0 27 27 42 0 22 72
Binary 10101000 10000010 10000010 0 10111 10111 100010 0 10010 111010

Color Harmonies of #A88282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88282

Black with #A88282

Text Example


Text Example

White with #A88282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88282; }

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

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

background-color css

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

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

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

border-color css

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

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

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