Html Css Color HEX #A4817E Opium

📋 copy color: '#A4817E'

red 164 ◦ green 129 ◦ blue 126

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

Shades of Opium #A4817E

Tints of Opium #A4817E

RGB

 RED value IS 164 (64.45% from 255) = 39.14%

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

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

R = 39.14%
G = 30.79%
B = 30.07%

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

#A4817E (or 0xA4817E) is known color: Opium. HEX triplet: A4, 81 and 7E. RGB value is (164,129,126). Sum of RGB (Red+Green+Blue) = 164+129+126=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4817E is #5B7E81. Grayscale: #8B8B8B. Windows color (decimal): -5996162 or 8290724. OLE color: 8290724.

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

Color convert

RGB 164 129 126 -
CMYK 0 0.21 0.23 0.36
HSL 4.74º 0.17% 0.57% -
HSV(B) 4.74º 0.23% 0.64% -
XYZ 26.93 25.1 23.16 -
YUV 139.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 164 129 126 0 0.21 0.23 0.36 4.74 0.17 0.57
Hex A4 81 7E 0 15 17 24 5 11 39
Octal 244 201 176 0 25 27 44 5 21 71
Binary 10100100 10000001 1111110 0 10101 10111 100100 101 10001 111001

Color Harmonies of #A4817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4817E

Black with #A4817E

Text Example


Text Example

White with #A4817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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