Html Css Color HEX #A4827F Opium

📋 copy color: '#A4827F'

red 164 ◦ green 130 ◦ blue 127

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

Shades of Opium #A4827F

Tints of Opium #A4827F

RGB

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

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

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

R = 38.95%
G = 30.88%
B = 30.17%

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

#A4827F (or 0xA4827F) is known color: Opium. HEX triplet: A4, 82 and 7F. RGB value is (164,130,127). Sum of RGB (Red+Green+Blue) = 164+130+127=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4827F is #5B7D80. Grayscale: #8B8B8B. Windows color (decimal): -5995905 or 8356516. OLE color: 8356516.

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

Color convert

RGB 164 130 127 -
CMYK 0 0.21 0.23 0.36
HSL 4.86º 0.17% 0.57% -
HSV(B) 4.86º 0.23% 0.64% -
XYZ 27.12 25.39 23.55 -
YUV 139.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 164 130 127 0 0.21 0.23 0.36 4.86 0.17 0.57
Hex A4 82 7F 0 15 17 24 5 11 39
Octal 244 202 177 0 25 27 44 5 21 71
Binary 10100100 10000010 1111111 0 10101 10111 100100 101 10001 111001

Color Harmonies of #A4827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4827F

Black with #A4827F

Text Example


Text Example

White with #A4827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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