Html Css Color HEX #A2837E Opium

📋 copy color: '#A2837E'

red 162 ◦ green 131 ◦ blue 126

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

Shades of Opium #A2837E

Tints of Opium #A2837E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 38.66%
G = 31.26%
B = 30.07%

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

#A2837E (or 0xA2837E) is known color: Opium. HEX triplet: A2, 83 and 7E. RGB value is (162,131,126). Sum of RGB (Red+Green+Blue) = 162+131+126=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2837E is #5D7C81. Grayscale: #8B8B8B. Windows color (decimal): -6126722 or 8291234. OLE color: 8291234.

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

Color convert

RGB 162 131 126 -
CMYK 0 0.19 0.22 0.36
HSL 8.33º 0.16% 0.56% -
HSV(B) 8.33º 0.22% 0.64% -
XYZ 26.78 25.42 23.23 -
YUV 139.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 162 131 126 0 0.19 0.22 0.36 8.33 0.16 0.56
Hex A2 83 7E 0 13 16 24 8 10 38
Octal 242 203 176 0 23 26 44 10 20 70
Binary 10100010 10000011 1111110 0 10011 10110 100100 1000 10000 111000

Color Harmonies of #A2837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2837E

Black with #A2837E

Text Example


Text Example

White with #A2837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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