Html Css Color HEX #A2827F Opium

📋 copy color: '#A2827F'

red 162 ◦ green 130 ◦ blue 127

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

Shades of Opium #A2827F

Tints of Opium #A2827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 38.66%
G = 31.03%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2827F (or 0xA2827F) is known color: Opium. HEX triplet: A2, 82 and 7F. RGB value is (162,130,127). Sum of RGB (Red+Green+Blue) = 162+130+127=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2827F is #5D7D80. Grayscale: #8B8B8B. Windows color (decimal): -6126977 or 8356514. OLE color: 8356514.

HSL color Cylindrical-coordinate representation of color #A2827F: hue angle of 5.14º 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 #A2827F is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 127 -
CMYK 0 0.20 0.22 0.36
HSL 5.14º 0.16% 0.57% -
HSV(B) 5.14º 0.22% 0.64% -
XYZ 26.71 25.18 23.53 -
YUV 139.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 162 130 127 0 0.20 0.22 0.36 5.14 0.16 0.57
Hex A2 82 7F 0 14 16 24 5 10 39
Octal 242 202 177 0 24 26 44 5 20 71
Binary 10100010 10000010 1111111 0 10100 10110 100100 101 10000 111001

Color Harmonies of #A2827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2827F

Black with #A2827F

Text Example


Text Example

White with #A2827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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