Html Css Color HEX #A48482 Opium

📋 copy color: '#A48482'

red 164 ◦ green 132 ◦ blue 130

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

Shades of Opium #A48482

Tints of Opium #A48482

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

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

R = 38.5%
G = 30.99%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48482 (or 0xA48482) is known color: Opium. HEX triplet: A4, 84 and 82. RGB value is (164,132,130). Sum of RGB (Red+Green+Blue) = 164+132+130=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48482 is #5B7B7D. Grayscale: #8D8D8D. Windows color (decimal): -5995390 or 8553636. OLE color: 8553636.

HSL color Cylindrical-coordinate representation of color #A48482: hue angle of 3.53º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48482 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 130 -
CMYK 0 0.20 0.21 0.36
HSL 3.53º 0.16% 0.58% -
HSV(B) 3.53º 0.21% 0.64% -
XYZ 27.59 26.01 24.68 -
YUV 141.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 164 132 130 0 0.20 0.21 0.36 3.53 0.16 0.58
Hex A4 84 82 0 14 15 24 4 10 3A
Octal 244 204 202 0 24 25 44 4 20 72
Binary 10100100 10000100 10000010 0 10100 10101 100100 100 10000 111010

Color Harmonies of #A48482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48482

Black with #A48482

Text Example


Text Example

White with #A48482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48482; }

 p { color: rgb(164,132,130); }

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

background-color css

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

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

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

border-color css

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

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

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