Html Css Color HEX #A4847F Opium

📋 copy color: '#A4847F'

red 164 ◦ green 132 ◦ blue 127

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

Shades of Opium #A4847F

Tints of Opium #A4847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 38.77%
G = 31.21%
B = 30.02%

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

#A4847F (or 0xA4847F) is known color: Opium. HEX triplet: A4, 84 and 7F. RGB value is (164,132,127). Sum of RGB (Red+Green+Blue) = 164+132+127=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4847F is #5B7B80. Grayscale: #8D8D8D. Windows color (decimal): -5995393 or 8357028. OLE color: 8357028.

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

Color convert

RGB 164 132 127 -
CMYK 0 0.20 0.23 0.36
HSL 8.11º 0.17% 0.57% -
HSV(B) 8.11º 0.23% 0.64% -
XYZ 27.39 25.93 23.64 -
YUV 141 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 164 132 127 0 0.20 0.23 0.36 8.11 0.17 0.57
Hex A4 84 7F 0 14 17 24 8 11 39
Octal 244 204 177 0 24 27 44 10 21 71
Binary 10100100 10000100 1111111 0 10100 10111 100100 1000 10001 111001

Color Harmonies of #A4847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4847F

Black with #A4847F

Text Example


Text Example

White with #A4847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4847F; }

 p { color: rgb(164,132,127); }

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

background-color css

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

 a { background-color: rgb(164,132,127); }

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

border-color css

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

 span { border-color: rgb(164,132,127); }

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