Html Css Color HEX #A28383 Opium

📋 copy color: '#A28383'

red 162 ◦ green 131 ◦ blue 131

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

Shades of Opium #A28383

Tints of Opium #A28383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 38.21%
G = 30.9%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A28383 (or 0xA28383) is known color: Opium. HEX triplet: A2, 83 and 83. RGB value is (162,131,131). Sum of RGB (Red+Green+Blue) = 162+131+131=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28383 is #5D7C7C. Grayscale: #8C8C8C. Windows color (decimal): -6126717 or 8618914. OLE color: 8618914.

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

Color convert

RGB 162 131 131 -
CMYK 0 0.19 0.19 0.36
HSL 0.14% 0.57% -
HSV(B) 0.19% 0.64% -
XYZ 27.11 25.55 24.98 -
YUV 140.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 162 131 131 0 0.19 0.19 0.36 0 0.14 0.57
Hex A2 83 83 0 13 13 24 0 E 39
Octal 242 203 203 0 23 23 44 0 16 71
Binary 10100010 10000011 10000011 0 10011 10011 100100 0 1110 111001

Color Harmonies of #A28383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28383

Black with #A28383

Text Example


Text Example

White with #A28383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28383; }

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

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

background-color css

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

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

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

border-color css

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

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

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