Html Css Color HEX #A2817D Opium

📋 copy color: '#A2817D'

red 162 ◦ green 129 ◦ blue 125

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

Shades of Opium #A2817D

Tints of Opium #A2817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 38.94%
G = 31.01%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2817D (or 0xA2817D) is known color: Opium. HEX triplet: A2, 81 and 7D. RGB value is (162,129,125). Sum of RGB (Red+Green+Blue) = 162+129+125=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817D is #5D7E82. Grayscale: #8A8A8A. Windows color (decimal): -6127235 or 8225186. OLE color: 8225186.

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

Color convert

RGB 162 129 125 -
CMYK 0 0.20 0.23 0.36
HSL 6.49º 0.17% 0.56% -
HSV(B) 6.49º 0.23% 0.64% -
XYZ 26.45 24.86 22.81 -
YUV 138.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 162 129 125 0 0.20 0.23 0.36 6.49 0.17 0.56
Hex A2 81 7D 0 14 17 24 6 11 38
Octal 242 201 175 0 24 27 44 6 21 70
Binary 10100010 10000001 1111101 0 10100 10111 100100 110 10001 111000

Color Harmonies of #A2817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2817D

Black with #A2817D

Text Example


Text Example

White with #A2817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2817D; }

 p { color: rgb(162,129,125); }

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

background-color css

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

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

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

border-color css

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

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

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