Html Css Color HEX #A3817E Opium

📋 copy color: '#A3817E'

red 163 ◦ green 129 ◦ blue 126

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

Shades of Opium #A3817E

Tints of Opium #A3817E

RGB

 RED value IS 163 (64.06% from 255) = 39%

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

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

R = 39%
G = 30.86%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3817E (or 0xA3817E) is known color: Opium. HEX triplet: A3, 81 and 7E. RGB value is (163,129,126). Sum of RGB (Red+Green+Blue) = 163+129+126=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3817E is #5C7E81. Grayscale: #8A8A8A. Windows color (decimal): -6061698 or 8290723. OLE color: 8290723.

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

Color convert

RGB 163 129 126 -
CMYK 0 0.21 0.23 0.36
HSL 4.86º 0.17% 0.57% -
HSV(B) 4.86º 0.23% 0.64% -
XYZ 26.72 24.99 23.15 -
YUV 138.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 163 129 126 0 0.21 0.23 0.36 4.86 0.17 0.57
Hex A3 81 7E 0 15 17 24 5 11 39
Octal 243 201 176 0 25 27 44 5 21 71
Binary 10100011 10000001 1111110 0 10101 10111 100100 101 10001 111001

Color Harmonies of #A3817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3817E

Black with #A3817E

Text Example


Text Example

White with #A3817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3817E; }

 p { color: rgb(163,129,126); }

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

background-color css

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

 a { background-color: rgb(163,129,126); }

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

border-color css

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

 span { border-color: rgb(163,129,126); }

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