Html Css Color HEX #A2827E Opium

📋 copy color: '#A2827E'

red 162 ◦ green 130 ◦ blue 126

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

Shades of Opium #A2827E

Tints of Opium #A2827E

RGB

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

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

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

R = 38.76%
G = 31.1%
B = 30.14%

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

#A2827E (or 0xA2827E) is known color: Opium. HEX triplet: A2, 82 and 7E. RGB value is (162,130,126). Sum of RGB (Red+Green+Blue) = 162+130+126=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2827E is #5D7D81. Grayscale: #8B8B8B. Windows color (decimal): -6126978 or 8290978. OLE color: 8290978.

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

Color convert

RGB 162 130 126 -
CMYK 0 0.20 0.22 0.36
HSL 6.67º 0.16% 0.56% -
HSV(B) 6.67º 0.22% 0.64% -
XYZ 26.65 25.15 23.19 -
YUV 139.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 162 130 126 0 0.20 0.22 0.36 6.67 0.16 0.56
Hex A2 82 7E 0 14 16 24 7 10 38
Octal 242 202 176 0 24 26 44 7 20 70
Binary 10100010 10000010 1111110 0 10100 10110 100100 111 10000 111000

Color Harmonies of #A2827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2827E

Black with #A2827E

Text Example


Text Example

White with #A2827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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