Html Css Color HEX #A2837F Opium

📋 copy color: '#A2837F'

red 162 ◦ green 131 ◦ blue 127

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

Shades of Opium #A2837F

Tints of Opium #A2837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 38.57%
G = 31.19%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2837F (or 0xA2837F) is known color: Opium. HEX triplet: A2, 83 and 7F. RGB value is (162,131,127). Sum of RGB (Red+Green+Blue) = 162+131+127=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2837F is #5D7C80. Grayscale: #8B8B8B. Windows color (decimal): -6126721 or 8356770. OLE color: 8356770.

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

Color convert

RGB 162 131 127 -
CMYK 0 0.19 0.22 0.36
HSL 6.86º 0.16% 0.57% -
HSV(B) 6.86º 0.22% 0.64% -
XYZ 26.85 25.45 23.58 -
YUV 139.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 162 131 127 0 0.19 0.22 0.36 6.86 0.16 0.57
Hex A2 83 7F 0 13 16 24 7 10 39
Octal 242 203 177 0 23 26 44 7 20 71
Binary 10100010 10000011 1111111 0 10011 10110 100100 111 10000 111001

Color Harmonies of #A2837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2837F

Black with #A2837F

Text Example


Text Example

White with #A2837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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