Html Css Color HEX #A47F7C Opium

📋 copy color: '#A47F7C'

red 164 ◦ green 127 ◦ blue 124

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

Shades of Opium #A47F7C

Tints of Opium #A47F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 39.52%
G = 30.6%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A47F7C (or 0xA47F7C) is known color: Opium. HEX triplet: A4, 7F and 7C. RGB value is (164,127,124). Sum of RGB (Red+Green+Blue) = 164+127+124=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F7C is #5B8083. Grayscale: #898989. Windows color (decimal): -5996676 or 8159140. OLE color: 8159140.

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

Color convert

RGB 164 127 124 -
CMYK 0 0.23 0.24 0.36
HSL 4.5º 0.18% 0.56% -
HSV(B) 4.5º 0.24% 0.64% -
XYZ 26.54 24.53 22.4 -
YUV 137.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 164 127 124 0 0.23 0.24 0.36 4.5 0.18 0.56
Hex A4 7F 7C 0 17 18 24 4 12 38
Octal 244 177 174 0 27 30 44 4 22 70
Binary 10100100 1111111 1111100 0 10111 11000 100100 100 10010 111000

Color Harmonies of #A47F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F7C

Black with #A47F7C

Text Example


Text Example

White with #A47F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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