Html Css Color HEX #A28382 Opium

📋 copy color: '#A28382'

red 162 ◦ green 131 ◦ blue 130

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

Shades of Opium #A28382

Tints of Opium #A28382

RGB

 RED value IS 162 (63.67% from 255) = 38.3%

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

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

R = 38.3%
G = 30.97%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A28382 (or 0xA28382) is known color: Opium. HEX triplet: A2, 83 and 82. RGB value is (162,131,130). Sum of RGB (Red+Green+Blue) = 162+131+130=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A28382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28382 is #5D7C7D. Grayscale: #8C8C8C. Windows color (decimal): -6126718 or 8553378. OLE color: 8553378.

HSL color Cylindrical-coordinate representation of color #A28382: hue angle of 1.88º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28382 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 130 -
CMYK 0 0.19 0.20 0.36
HSL 1.88º 0.15% 0.57% -
HSV(B) 1.88º 0.2% 0.64% -
XYZ 27.05 25.53 24.62 -
YUV 140.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 162 131 130 0 0.19 0.20 0.36 1.88 0.15 0.57
Hex A2 83 82 0 13 14 24 2 F 39
Octal 242 203 202 0 23 24 44 2 17 71
Binary 10100010 10000011 10000010 0 10011 10100 100100 10 1111 111001

Color Harmonies of #A28382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28382

Black with #A28382

Text Example


Text Example

White with #A28382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28382; }

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

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

background-color css

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

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

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

border-color css

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

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

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